1. 08 Aug, 2022 6 commits
  2. 30 Apr, 2022 1 commit
  3. 03 Mar, 2022 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/yoga · de6c8b22
      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: Ib59df27f2c771cb407b267fbcedee3588eb83049
      de6c8b22
  4. 11 Feb, 2022 1 commit
  5. 14 Dec, 2021 1 commit
  6. 25 Nov, 2021 1 commit
  7. 09 Nov, 2021 1 commit
  8. 24 Sep, 2021 1 commit
    • Pierre Riteau's avatar
      Fix capitalisation of CloudKitty · 85317b67
      Pierre Riteau authored
      This is really an excuse to force generating release notes which are
      missing for Xena.
      
      Change-Id: Ie8459f44142a981ee3475dd9b2688d155c852376
      85317b67
  9. 10 Sep, 2021 2 commits
  10. 13 Aug, 2021 1 commit
  11. 12 Jul, 2021 1 commit
  12. 08 Jul, 2021 2 commits
  13. 06 Jul, 2021 1 commit
  14. 08 Jun, 2021 2 commits
    • Pierre Riteau's avatar
      docs: Update Freenode to OFTC · 0608c052
      Pierre Riteau authored
      Change-Id: I3224ca9b96a181de8c0251d0bd589135e098d557
      0608c052
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · 754e06c5
      wu.shiming authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I7a871d30bf935614ff4bc4a254cc4fc63c4218f4
      754e06c5
  15. 19 May, 2021 1 commit
  16. 18 May, 2021 1 commit
    • Pierre Riteau's avatar
      Fix PDF docs build · d2c2323b
      Pierre Riteau authored
      Update tox config to include upper-constraints as dependencies. This
      resolves issues with building PDF docs.
      
      Change-Id: I98f287e4654ecb6b92d4f3815f359b205b06559a
      d2c2323b
  17. 20 Apr, 2021 1 commit
  18. 12 Apr, 2021 1 commit
  19. 19 Mar, 2021 2 commits
  20. 22 Dec, 2020 1 commit
  21. 11 Dec, 2020 1 commit
    • Rafael Weingärtner's avatar
      Fix `create_threshold` method when using cost as 0 · a15f11a7
      Rafael Weingärtner authored
      When using 0 as the cost, the `create_threshold` method
      throws an exception. That happens because 0 (zero) is evaluated
      to False. Therefore, we need to change the validation method to
      check if the values are None.
      
      Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
      a15f11a7
  22. 27 Nov, 2020 1 commit
  23. 25 Sep, 2020 2 commits
  24. 22 Sep, 2020 1 commit
    • wangzihao's avatar
      bump py37 to py38 in tox.ini · 3ec8f86e
      wangzihao authored
      in 'victoria' cycle, we should test py38 by default.
      
      Change-Id: Ib01cf2aad3edf31a067a6ac4459529851f8d8ecb
      3ec8f86e
  25. 21 Sep, 2020 1 commit
  26. 18 Sep, 2020 1 commit
    • wangzihao's avatar
      Bump hacking min version to 3.0.1 · 953c6c94
      wangzihao authored
      hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new
      version with new checks.
      
      bumping the min version for hacking so that any older hacking versions
      which auto adopt the new checks are not used.
      
      Change-Id: I5875f1c0261ff6039773d7daf412102f2c02651f
      953c6c94
  27. 08 Sep, 2020 3 commits
  28. 07 Sep, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · def53575
      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: I8fed95ecb736e0b6d7c4b63a55553de1539139be
      def53575