1. 15 Oct, 2019 1 commit
  2. 20 Sep, 2019 3 commits
    • ricolin's avatar
      Ignore not found when delete in test · dd6560f9
      ricolin authored
      Ignore not found when delete stack or stack snapshot in tests.
      Story: #1737100
      Task: #19354
      
      Change-Id: I6c980b68023b33dc318c5d9506c2cac5866c4924
      (cherry picked from commit 3b74f2dd)
      dd6560f9
    • OpenStack Release Bot's avatar
      Update TOX/UPPER_CONSTRAINTS_FILE for stable/train · 56e5188f
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/train branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I01e85dd79a5b008c11e72b0984b8bccd915abc43
      56e5188f
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/train · 03c90bd8
      OpenStack Release Bot authored
      Change-Id: I40e557874de4d8872c312e00a8b3c976a85ad252
      03c90bd8
  3. 05 Aug, 2019 1 commit
  4. 02 Aug, 2019 1 commit
    • ricolin's avatar
      Update stack_id clearify for heat client functions · 82c842f3
      ricolin authored
      most of our client major function require stack_id. We should
      provide more specific information (at lest in function description)
      to clearify that it's allowed to feed in stack name to `stack_id`
      too. For example, both `heat.stacks.get($Stack_UUID)` and
      `heat.stacks.get($Stack_Name)` works.
      
      Change-Id: I4428097140e0391a77679f5c69e00966f249efd7
      82c842f3
  5. 06 Jul, 2019 1 commit
  6. 25 Jun, 2019 1 commit
  7. 24 Jun, 2019 1 commit
  8. 21 May, 2019 1 commit
    • zhufl's avatar
      Fix missing print format · 036ae756
      zhufl authored
      This is to:
      1. Add missing print format for "%(hook_type)".
      2. Add ws between words in log message "notavailable".
      
      Change-Id: Iaee8697c95f66bff0536db9a266158a3cbc89412
      036ae756
  9. 04 May, 2019 1 commit
  10. 19 Apr, 2019 1 commit
  11. 15 Apr, 2019 1 commit
  12. 04 Apr, 2019 1 commit
  13. 24 Mar, 2019 1 commit
  14. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 1be9b40e
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: I241c58785ff541681113628bb9409821f035b2a2
      Sem-Ver: feature
      1be9b40e
  15. 15 Mar, 2019 2 commits
  16. 15 Feb, 2019 1 commit
  17. 03 Jan, 2019 3 commits
  18. 19 Dec, 2018 1 commit
  19. 28 Nov, 2018 1 commit
  20. 26 Nov, 2018 1 commit
    • huang.zhiping's avatar
      Update min tox version to 2.0 · 4ae21169
      huang.zhiping authored
      The commands used by constraints need at least tox 2.0.  Update to
      reflect reality, which should help with local running of constraints
      targets.
      
      Change-Id: Ie594fc55eb54d48d96157e31a319f0ff97afc9be
      Closes-Bug:  #1801691
      4ae21169
  21. 20 Nov, 2018 1 commit
  22. 02 Nov, 2018 1 commit
  23. 09 Oct, 2018 1 commit
    • Vieri's avatar
      Don't quote {posargs} in tox.ini · ada4b900
      Vieri authored
      Quotes around {posargs} cause the entire string to be combined into one
      arg that gets passed to stestr. This prevents passing multiple args
      (e.g. '--concurrency=16 some-regex')
      
      Change-Id: I6ee01703bd4c432211f0d6e2f3501c989523ae11
      ada4b900
  24. 03 Oct, 2018 1 commit
  25. 19 Sep, 2018 1 commit
    • rabi's avatar
      Set X-Region-Name in header when using SessionClient · ae21e6b7
      rabi authored
      We don't seem to set the header for region name when using session
      client. It's used to look for service endpoints in the catalog.
      
      Change-Id: I10cfdfb88b3f09e4ceb69b1020e82c4eba733804
      Story: #2003806
      Task: 26550
      ae21e6b7
  26. 17 Sep, 2018 1 commit
  27. 08 Sep, 2018 2 commits
  28. 07 Sep, 2018 1 commit
    • Andreas Jaeger's avatar
      Use templates for cover and lower-constraints · ed3aba8b
      Andreas Jaeger authored
      Use openstack-tox-cover template, this runs the cover job
      in the check queue only.
      
      Use openstack-lower-constraints-jobs template.
      
      Remove jobs that are part of the templates.
      
      Change-Id: I37a870625da43f738c20edc88313f2b771990659
      ed3aba8b
  29. 04 Sep, 2018 1 commit
    • Mehdi Abaakouk's avatar
      Don't change pyyaml behavior · 6ef3e876
      Mehdi Abaakouk authored
      When an application load heatclient, the default pyyaml behavior change.
      
      This ensures only heatclient use it's custom pyyaml stuffs.
      
      This currently breaks the telemetry gate if the tempest heat plugin is
      loaded with the telemetry.
      
      Change-Id: I5d7d1a1999e762f2285a0effc081252570f24de8
      6ef3e876
  30. 30 Aug, 2018 1 commit
  31. 28 Aug, 2018 4 commits