1. 19 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 18 Mar, 2019 1 commit
    • Rabi Mishra's avatar
      Set Content-Type header explictly for SessionClient · 034e6dd5
      Rabi Mishra authored
      SessionClient is subclassed from keystoneauth LegacyJsonAdapter.
      LegacyJsonAdapter does not set the Content-Type explicitly
      and results in decodeing issues in some cases.
      
      Change-Id: Idf23022b394607c332490331fc4b216de6ff1313
      Story: 2005237
      Task: 30027
      (cherry picked from commit bd33e310)
      034e6dd5
  4. 28 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 2557c398
      Doug Hellmann authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: I1e42f54d8c78f68476a2c202dcd7a111a831d20e
      Story: #2002586
      Task: #24298
      2557c398
  5. 01 Feb, 2018 2 commits
  6. 31 Jan, 2018 2 commits
  7. 04 Jan, 2018 3 commits
  8. 07 Dec, 2017 1 commit
  9. 02 Dec, 2017 1 commit
  10. 01 Dec, 2017 2 commits
  11. 29 Nov, 2017 1 commit
  12. 24 Nov, 2017 1 commit
  13. 21 Nov, 2017 1 commit
  14. 17 Nov, 2017 2 commits
  15. 16 Nov, 2017 1 commit
  16. 12 Nov, 2017 1 commit
  17. 08 Nov, 2017 2 commits
  18. 27 Oct, 2017 1 commit
    • PriyaDuggirala's avatar
      Modify error message encountered during stack update · f73c2a41
      PriyaDuggirala authored
      Parameters of an existing stack can be updated with
      openstack stack update <stack> --existing --parameter <parameter>=<newvalue>
      Example : openstack stack update stack1 --parameter p1=v1
      If the --existing option is skipped, it leads to the below error
      Need to specify exactly one of --template-file, --template-url or --template-object
      This error is misleading as the user might think that stack update
      cannot be performed without specifying a new template.
      
      Modify the error message with --existing option.
      
      Change-Id: Idce88bde848378e00b1c873245600ba205939668
      Closes-Bug: #1723864
      f73c2a41
  19. 23 Oct, 2017 1 commit
  20. 20 Oct, 2017 1 commit
    • ricolin's avatar
      Add `--converge` argument for osc stack update · 58e35790
      ricolin authored
      This patch add `--converge` argument for osc stack update. This
      flag will be used as the trigger for observe on reality.
      implements bp get-reality-for-resources
      
      depends-on: I151b575b714dcc9a5971a1573c126152ecd7ea93
      Change-Id: If35e1b9234cab173b3c46601bbd331aceebcbcb3
      58e35790
  21. 17 Oct, 2017 2 commits
  22. 09 Oct, 2017 2 commits
  23. 05 Oct, 2017 2 commits
    • Thomas Herve's avatar
      Don't override sections in deep_update · 2a8ce0d0
      Thomas Herve authored
      When you comment all the elements in a YAML mapping, you end up with
      None instead of an empty mapping, which can have bad side effect when
      handling multiple environemnents. Let's handle that by ignoring the
      latest None value.
      
      Change-Id: I77ffabeb8d4cd2886ef4f41351e42ebe487b5d4b
      2a8ce0d0
    • OpenStack Proposal Bot's avatar
      Updated from global requirements · 4b397ae7
      OpenStack Proposal Bot authored
      Change-Id: I7842746a72bdc8065b58fc731929b79c6b3bc837
      4b397ae7
  24. 28 Sep, 2017 2 commits
  25. 22 Sep, 2017 1 commit
    • Stephen Finucane's avatar
      Use Sphinx 1.5 warning-is-error · d7dd30a6
      Stephen Finucane authored
      With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
      errors is setting warning-is-error in build_sphinx section. Enable this
      
      Change-Id: I3712c681cedae30c189d975f6b319e278c1bd419
      d7dd30a6
  26. 21 Sep, 2017 1 commit
  27. 11 Sep, 2017 1 commit
  28. 02 Sep, 2017 1 commit
  29. 01 Sep, 2017 1 commit