1. 11 May, 2019 1 commit
    • Mehdi Abaakouk's avatar
      Fixup README · 62929d51
      Mehdi Abaakouk authored
      To be able to make a release README.rst should follow some
      convention.
      
      This change fixes that.
      
      NOTE(tonyb): This pike backport adds a cap on sphinx to <2.0.0.  This is
      needed because the Telemetry team prefer the NOT us constraints and
      2.0.0 is available and removed the ability to use the Sphinx object for
      logging.
      NOTE(tonyb): This chnage also switches to the 'PTI' version of the docs
      templates to ensure that all the required packages are installed
      
      Change-Id: Ib4d1fd628bb0374586146b11dfafa0b243b3f084
      (cherry picked from commit 6d1ad0fb)
      (cherry picked from commit 391c97c37043f940619b29b7a66b1ccbb3486bbb)
      62929d51
  2. 19 Apr, 2019 1 commit
  3. 04 Oct, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · cbdb724f
      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
      
      Fix requirements to use aodh-stable version for testing instead of
      master.
      
      Change-Id: I649162ef64a0060f32cefe9b0773ac5a2eecd6e4
      Story: #2002586
      Task: #24339
      cbdb724f
  4. 13 Sep, 2017 2 commits
  5. 28 Jul, 2017 1 commit
  6. 01 Mar, 2017 1 commit
  7. 21 Feb, 2017 1 commit
  8. 18 Feb, 2017 2 commits
  9. 15 Feb, 2017 1 commit
  10. 14 Feb, 2017 1 commit
  11. 10 Feb, 2017 1 commit
  12. 09 Feb, 2017 1 commit
    • Hanxi Liu's avatar
      Trivial: remove support for py34 · e4e2982e
      Hanxi Liu authored
      The gating on python 3.4 is restricted to <= Mitaka. This is due to
      the change from Ubuntu Trusty to Xenial, where only python3.5 is
      available. There is no need to continue to keep these settings.
      
      Change-Id: I6285c437afecf838ec1357633369b01d31599e5c
      e4e2982e
  13. 31 Jan, 2017 1 commit
  14. 22 Jan, 2017 2 commits
  15. 21 Jan, 2017 1 commit
  16. 17 Jan, 2017 1 commit
    • houweichao's avatar
      Modified the help info. · b5e29ecd
      houweichao authored
      When get or set the state of alarm, the help infomation is shown
      as "Delete the alarm" which is wrong. This commit modified the
      help infomation.
      
      Change-Id: I148e1a2b0fe44cc136a81cac1ac3a425449bfa61
      b5e29ecd
  17. 04 Jan, 2017 2 commits
  18. 20 Dec, 2016 1 commit
  19. 07 Dec, 2016 1 commit
  20. 07 Nov, 2016 1 commit
  21. 14 Oct, 2016 1 commit
  22. 06 Oct, 2016 1 commit
    • Andreas Jaeger's avatar
      Enable release notes translation · 6c185c5e
      Andreas Jaeger authored
      Releasenote translation publishing is being prepared. 'locale_dirs'
      needs to be defined in conf.py to generate translated version of the
      release notes.
      
      Note that this repository might not get translated release notes - or
      no translations at all - but we add the entry here nevertheless to
      prepare for it.
      
      Change-Id: Ia09573b300c05c53b5cee68472b0bb2b8945c391
      6c185c5e
  23. 27 Sep, 2016 1 commit
  24. 23 Sep, 2016 1 commit
  25. 13 Sep, 2016 1 commit
  26. 07 Sep, 2016 1 commit
    • Doug Hellmann's avatar
      Update reno for stable/newton · 028a4af3
      Doug Hellmann authored
      In order to support automatically updating the release notes when we
      create stable branches, we want the pages to be in a standard order.
      This patch updates the order to be reverse chronological, so the most
      recent notes appear at the top.
      
      Change-Id: If79ffa54e2a541f0fd983930de915fbea4be8bd9
      028a4af3
  27. 05 Sep, 2016 1 commit
    • xiaozhuangqing's avatar
      Remove 'MANIFEST.in' · b5a438e8
      xiaozhuangqing authored
      Everything in this file is automatically generated by pbr.
      There appears to be no good reason to keep it around.
      
      Change-Id: I87856acf2e5f200aa1cb7bf3f641c6081bcc935d
      b5a438e8
  28. 29 Aug, 2016 1 commit
  29. 23 Aug, 2016 1 commit
    • Jon Schlueter's avatar
      Use osc-lib instead of openstackclient · db33c2c5
      Jon Schlueter authored
      osc-lib is a package of common support modules for writing
      OSC plugins.  all common functions, classes such as exceptions,
      utils, logs and so on have been moved from openstackclient to
      osc-lib.
      
      So use osc-lib instead of openstackclient
      
      Depends-On: I095209c241876c6ab48595962e07144fc5cc34a6
      Change-Id: Id864c001b35c2ff3f3d92cdd8df97d0206c607c3
      db33c2c5
  30. 05 Aug, 2016 1 commit
  31. 03 Aug, 2016 1 commit
  32. 02 Aug, 2016 1 commit
  33. 26 Jul, 2016 1 commit
  34. 21 Jul, 2016 1 commit
  35. 18 Jul, 2016 1 commit
  36. 14 Jul, 2016 1 commit
    • PanFengyun's avatar
      Add Python 3.5 classifier and venv · 2a559933
      PanFengyun authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: Ieefefface8c9d40d60f9a11e7fc789dc4ae76cb5
      2a559933