1. 28 Jul, 2022 1 commit
  2. 08 Jun, 2022 1 commit
  3. 03 Mar, 2022 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/yoga · 9ed2b13d
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/yoga.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/yoga.
      
      Sem-Ver: feature
      Change-Id: I7b6ca1ec4cfe5781f7655561e6b9674bc6fa7896
      9ed2b13d
  4. 07 Feb, 2022 1 commit
  5. 06 Feb, 2022 2 commits
  6. 10 Sep, 2021 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/xena · b4c43bfa
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/xena.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/xena.
      
      Sem-Ver: feature
      Change-Id: Ie0c5d916a219a56165fbf0bcc10cc08ea11e07c6
      b4c43bfa
  7. 28 Aug, 2021 1 commit
  8. 26 Apr, 2021 1 commit
    • Yandong Xuan's avatar
      setup.cfg: Replace dashes with underscores · f588aba8
      Yandong Xuan authored
      Resolves warnings like the following:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      Change-Id: Iafa5424d5c337226f5795f6e79b530f4e8b499e2
      f588aba8
  9. 12 Mar, 2021 2 commits
  10. 01 Dec, 2020 1 commit
  11. 10 Sep, 2020 2 commits
  12. 02 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · b3613ff7
      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.
      
      Disable openstackdocs_auto_name to use 'project' variable 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.
      
      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.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I7966fa4281dde7e6340d632333ea8f8b84128bde
      b3613ff7
  13. 13 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Further Cleanup py27 support · d6b4ed4c
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove obsolete sections from setup.cfg
      - Use newer openstackdocstheme,reno and Sphinx versions
      - Remove install_command from tox.ini, the default is fine
      - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete
      - Update hacking to 3.0.1, fix warnings found
      - Remove babel.cfg, it's not needed anymore
      
      Change-Id: I60edb7e44e4a8222f564f30157eb31288b85b422
      d6b4ed4c
  14. 26 Apr, 2020 1 commit
  15. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · a29dc0ab
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I0bad7c33e0692d3e1e0d59e48afe43f96e903f59
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      a29dc0ab
    • Sean McGinnis's avatar
      Add py38 package metadata · 247deff3
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I2924b0406a317523e94cb1efdc24cb96b1cba0ee
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      247deff3
  16. 18 Apr, 2020 1 commit
  17. 11 Apr, 2020 2 commits
  18. 08 Apr, 2020 1 commit
  19. 07 Apr, 2020 1 commit
    • zhurong's avatar
      Cleanup py27 support · c6b90ec5
      zhurong authored
      Make a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg:
        * Wheel is not needed for python 3 only repo
        * Some other sections are obsolete
      - Update classifiers
      - Update requirements, no need for python_version anymore
      
      Change-Id: I1db16203ad150c6286c0ca833c01a456981d0a73
      c6b90ec5
  20. 06 Dec, 2019 1 commit
  21. 07 Nov, 2019 1 commit
  22. 02 Nov, 2019 1 commit
    • Andreas Jaeger's avatar
      Replace lib-forward-testing-plugin · e0c8d972
      Andreas Jaeger authored
      This repo is the only user of lib-forward-testing-plugin template,
      replace it with a native integration job that installs all repos from
      source and runs ceilometer - as the only job in
      lib-forward-testing-plugin does.
      
      Change-Id: I255c0ddd220633b566b9376473ede4b7ed16ca34
      e0c8d972
  23. 30 Oct, 2019 1 commit
  24. 25 Oct, 2019 1 commit
  25. 24 Sep, 2019 1 commit
    • Thomas Bechtold's avatar
      Drop oslosphinx and use openstackdocstheme · e379747c
      Thomas Bechtold authored
      OpenStack moved to openstackdocstheme so use it here instead of
      oslosphinx.
      Also update the used Sphinx version. This is now in sync with the
      versions from requirements/global-requirements.txt .
      
      Change-Id: I0ffbea9b83abe9d9ae3886e7a427fc01637b36ea
      e379747c
  26. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · ce77eba4
      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: Idb3ee39f878ecf60eed10cb53efa61be57a046a7
      Sem-Ver: feature
      ce77eba4
  27. 09 Aug, 2019 1 commit
  28. 13 Jul, 2019 1 commit
  29. 09 Jul, 2019 1 commit
  30. 05 Jul, 2019 1 commit
  31. 24 Apr, 2019 1 commit
  32. 19 Apr, 2019 1 commit
  33. 18 Apr, 2019 1 commit
  34. 16 Apr, 2019 1 commit
  35. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 74345a89
      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: Id11cff0124cc72e5bfab01e90beb1e59197cdbfa
      Sem-Ver: feature
      74345a89