1. 12 Aug, 2022 1 commit
  2. 02 Aug, 2022 2 commits
  3. 06 Jun, 2022 1 commit
  4. 30 Apr, 2022 1 commit
  5. 03 Mar, 2022 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/yoga · 1739dd76
      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: Ic442465b7278d16a4747f8f8b70d0e96e34374d9
      1739dd76
  6. 23 Feb, 2022 2 commits
  7. 14 Dec, 2021 1 commit
  8. 10 Sep, 2021 2 commits
  9. 02 Sep, 2021 1 commit
    • Sam Morrison's avatar
      Fix up client init · cfabd241
      Sam Morrison authored
      Commit c9114b7e introduced a critical
      bug where service_type is not being passed through to the client making
      it fail.
      
      Change-Id: I6c19199785109cacef6d8b06e08d926efc6d4890
      Closes-Bug: #1942330
      cfabd241
  10. 26 Aug, 2021 1 commit
  11. 18 Aug, 2021 1 commit
  12. 05 Aug, 2021 1 commit
    • Mark Powers's avatar
      Add openstackclient support · f2277b5f
      Mark Powers authored
      This adds support for the recommended CLI using the OpenStackClient,
      without modifying the existing Blazar shell CLI.
      
      The existing shell command classes are used, by introducing a check in
      the base comand class to use either the client passed by Blazar shell,
      or the client using the osc_lib client_manager.
      
      The argument --physical-reservation is also removed for the create lease
      command when using the OpenStack client.
      
      Implements: blueprint openstackclient-support
      Change-Id: I97a7b91f0d05efc887307ac167e5c368276d4f81
      f2277b5f
  13. 01 Jul, 2021 1 commit
    • Anand Bhat's avatar
      Migrate from testr to stestr · 27c426a7
      Anand Bhat authored
      * Replace .testr.conf by .stestr.conf for migration and update
        .gitignore, test-requirements.txt and lower-constraints.txt
        files accordingly
      * Use py3 as the default runtime for tox and 3.18.0 as the
        minversion for tox
      * Add a new job, openstack-cover-jobs, to run the coverage in Zuul
      
      Change-Id: If6fa3f2f861d5eb6787743edcc6333e5aacef7d0
      27c426a7
  14. 19 Mar, 2021 1 commit
  15. 18 Mar, 2021 2 commits
  16. 11 Mar, 2021 1 commit
    • Pierre Riteau's avatar
      Change dashes to underscore in setup.cfg · a2d8abf5
      Pierre Riteau authored
      Recent versions of setuptools are warning that usage of dash-separated
      keys will not be supported in future versions.
      
      Change-Id: I5f0ad65e0dfc98e8e9693e66355a4bfd79d3bcf1
      a2d8abf5
  17. 03 Mar, 2021 1 commit
  18. 01 Mar, 2021 2 commits
  19. 23 Feb, 2021 3 commits
  20. 03 Jan, 2021 1 commit
    • Martin Kopec's avatar
      Bump hacking max version to 3.0.1 and fix pep8 · e875b753
      Martin Kopec authored
      pep8 job is failing because the version of flake8
      (flake8<2.7.0,>=2.6.0) requested by hacking<1.2.0 is not
      compatible with pyflakes>=2.1.1. Therefore the patch increases
      the max version of hacking.
      Also the patch fixes a few pep8 errors.
      
      Change-Id: Ib9f1cb5a77947cfb1ab28a7f26e97edba007466c
      e875b753
  21. 27 Nov, 2020 1 commit
  22. 09 Nov, 2020 1 commit
    • wangzihao's avatar
      Remove six · cff1b057
      wangzihao authored
      Replace the following items with Python 3 style code:
      
      - six.text_type
      - six.StringIO
      
      Change-Id: I9db56ea304938d66753106357e572f307d226850
      cff1b057
  23. 21 Oct, 2020 1 commit
    • wu.chunyang's avatar
      Remove the unused coding style modules · aa0e1dc0
      wu.chunyang authored
      Python modules related to coding style checks (listed in blacklist.txt in
      openstack/requirements repo) are dropped from lower-constraints.txt
      they are not needed during installation.
      
      Change-Id: I3be1bf801a386052e42c070c0710680f2f8d2a19
      aa0e1dc0
  24. 12 Oct, 2020 1 commit
  25. 24 Sep, 2020 1 commit
    • maaoyu's avatar
      Remove install unnecessary packages · db0aeecf
      maaoyu authored
      The docs requirements migrated to doc/requirements.txt
      we need not install things from requirements.txt.
      
      Change-Id: Iebf119fe20e8767d3d8f088d889eb5a8d38a81b2
      db0aeecf
  26. 10 Sep, 2020 3 commits
  27. 08 Sep, 2020 1 commit
    • Jason Anderson's avatar
      Use KSA loading to support more auth methods · 886a4d35
      Jason Anderson authored
      Currently Blazar has hard-coded support for only two login methods:
      'token' and 'password'. There are many more auth mechanisms supported by
      Keystone and the clients. The complexity of parsing arguments and
      constructing an auth/session entity is taken care of in the
      keystoneauth1.loading module, which this commit takes advantage of.
      
      Change-Id: I7173d1880c8938ac54a0fb3495417f5ce40db4e7
      886a4d35
  28. 27 Aug, 2020 1 commit
    • Jason Anderson's avatar
      Fixup failing tests due to passing date threshold · 1632a196
      Jason Anderson authored
      Some of the tests rely on a hard-coded date being actually in the past
      when the test runs. This fixes that by fixing the value of utctime when
      the test executes to a date in the past relative to the test input.
      
      Change-Id: Iccb57dca5c1130a0e6ca88e9ca387fc218891369
      1632a196
  29. 18 Aug, 2020 1 commit
    • Pierre Riteau's avatar
      Fix test_args2body_start_now unit test · 14846e19
      Pierre Riteau authored
      The test_args2body_start_now unit test started failing because the end
      date was set to August 9, 2020 which is now in the past.
      
      Change-Id: I8cc4f4ec7bf2af5bdfef37253801fd4c970b7977
      14846e19
  30. 09 Jul, 2020 1 commit
  31. 23 Jun, 2020 1 commit