We jubilantly announce the release of: blazar 6.0.0: Reservation Service for OpenStack clouds This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/blazar Download the package from: https://tarballs.openstack.org/blazar/ Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. Changes in blazar 5.0.0..6.0.0 ------------------------------ 3167277 Avoid double slash in Keystone auth_url ae22b23 Make test-setup.sh compatible with mysql8 a2f7926 Use the native Zuul v3 jobs from blazar-tempest-plugin 690ab09 Use flask's builtin methods for test context 532544e Fix up adding availability zone (AZ) to a host on creation ca1e5ff Fix uwsgi path location fe0fea1 Fix pdf-docs build failure 611a2aa Use unittest.mock instead of mock b489995 Switch to newer openstackdocstheme and reno versions 254218f Fix pygments style ec41f2f Fix hacking min version to 3.0.1 2ff1fb5 Add py38 package metadata aa24d21 Add Python3 victoria unit tests 9790880 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 39 ++---------- api-ref/source/conf.py | 8 +-- blazar/utils/openstack/neutron.py | 12 ++-- blazar/utils/openstack/nova.py | 13 ++-- blazar/utils/openstack/placement.py | 12 ++-- blazar/utils/trusts.py | 9 +-- devstack/plugin.sh | 2 +- lower-constraints.txt | 7 +- playbooks/legacy/blazar-devstack-dsvm/post.yaml | 15 ----- .../legacy/blazar-devstack-dsvm/run-ipv6.yaml | 74 ---------------------- playbooks/legacy/blazar-devstack-dsvm/run.yaml | 65 ------------------- .../notes/bug-1880646-f1af8c48f895f00e.yaml | 6 ++ releasenotes/source/conf.py | 8 +-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ setup.cfg | 1 + test-requirements.txt | 8 +-- tools/test-setup.sh | 4 +- 23 files changed, 105 insertions(+), 252 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5821fd1..7dfe786 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -16,3 +16,3 @@ oslo.context>=2.19.2 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 -sphinx>=1.8.0,!=2.1.0 # BSD -openstackdocstheme>=1.31.2 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org