1. 19 Aug, 2020 1 commit
  2. 09 Jun, 2020 1 commit
  3. 22 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 3fa30442
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      Set openstackdocs_auto_name to use 'project' as name.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I5598eebe898555869cd65a74950fdbd76a7baa46
      3fa30442
  4. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · c588de46
      Ghanshyam Mann authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: I719e643044fbdab4d24edf6457c9096ee5f8fd77
      c588de46
  5. 06 May, 2020 1 commit
    • jacky06's avatar
      Use unittest.mock instead of third party mock · 8a956686
      jacky06 authored
      Now that we no longer support py27, we can use the standard library
      unittest.mock module instead of the third party mock lib.
      
      Change-Id: I5cf252c1a22977d3c87898e723e5001cc87a0d87
      8a956686
  6. 24 Apr, 2020 1 commit
  7. 10 Apr, 2020 2 commits
  8. 31 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 9dede4eb
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: I82c745f5b1236844deec4538be84037a64eebeee
      9dede4eb
  9. 21 Feb, 2020 3 commits
  10. 19 Feb, 2020 3 commits
  11. 10 Feb, 2020 3 commits
  12. 30 Jan, 2020 2 commits
  13. 13 Dec, 2019 1 commit
  14. 05 Dec, 2019 4 commits
  15. 25 Sep, 2019 1 commit
    • Pavlo Shchelokovskyy's avatar
      Allow to set poll interval to OSC stack create · 033511c2
      Pavlo Shchelokovskyy authored
      In certain scenarios the default poll interval of 5s used by
      `openstack stack create --wait` command is too short.
      
      Setting the poll interval was supported in heat CLI with
      `heat stack-create --poll N` but is missing in OSC plugin.
      
      This patch adds an optional argument `--poll N` (N defaults to 5) to the
      `openstack stack create` command.
      
      Change-Id: Id279d92ea890032f280e453b795ede2818ffbb8c
      Story: 2004863
      Task: 29106
      033511c2
  16. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 19122b7a
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: I10df19e4f4b25a29df9389b3f469ee053552496a
      Sem-Ver: feature
      19122b7a
  17. 05 Sep, 2019 1 commit
  18. 05 Aug, 2019 1 commit
  19. 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
  20. 14 Jul, 2019 1 commit
  21. 06 Jul, 2019 1 commit
  22. 25 Jun, 2019 1 commit
  23. 24 Jun, 2019 1 commit
  24. 06 Jun, 2019 1 commit
  25. 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
  26. 04 May, 2019 1 commit
  27. 19 Apr, 2019 1 commit
  28. 15 Apr, 2019 1 commit
  29. 04 Apr, 2019 1 commit