python-blazarclient 3.3.0 (xena)
We are thrilled to announce the release of: python-blazarclient 3.3.0: Client for OpenStack Reservation Service This release is part of the xena release series. The source is available from: https://opendev.org/openstack/python-blazarclient Download the package from: https://pypi.org/project/python-blazarclient Please report issues through: https://bugs.launchpad.net/blazar/+bugs For more details, please see below. 3.3.0 ^^^^^ New Features * Add openstackclient plugin support, enabling blazar commands to be used within the openstack CLI. Changes in python-blazarclient 3.2.0..3.3.0 ------------------------------------------- f2277b5 Add openstackclient support 27c426a Migrate from testr to stestr c9114b7 Default client service type to reservation 1cf4d73 Add Python3 xena unit tests c3fef3d Update master for stable/wallaby a2d8abf Change dashes to underscore in setup.cfg Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 + .testr.conf | 7 - .zuul.yaml | 3 +- blazarclient/client.py | 2 +- blazarclient/command.py | 7 +- blazarclient/osc/__init__.py | 0 blazarclient/osc/plugin.py | 66 +++++++ blazarclient/v1/shell_commands/leases.py | 206 +++++++++++---------- lower-constraints.txt | 3 +- .../openstackclient-support-f591eef2dc3c1a8b.yaml | 5 + releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 + requirements.txt | 1 + setup.cfg | 25 ++- test-requirements.txt | 2 +- tox.ini | 19 +- 19 files changed, 289 insertions(+), 115 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9205671..a091625 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ keystoneauth1>=3.4.0 # Apache-2.0 +osc-lib>=1.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 636c742..78539c9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ fixtures>=3.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org