[release-announce] python-blazarclient 3.6.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 17 12:38:49 UTC 2023


We are delighted to announce the release of:

python-blazarclient 3.6.0: Client for OpenStack Reservation Service

This release is part of the antelope 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.6.0
^^^^^


New Features
************

* Adds support for querying the Resource Allocation API with the
  following commands:

  * "blazar allocation-list"

  * "blazar allocation-show"

  Only the "host" resource type is currently supported by the Blazar
  service.

  OpenStackClient commands are also available:

  * "openstack reservation allocation list"

  * "openstack reservation allocation show"


Other Notes
***********

* The ID parser argument is moved from the ShowCommand class to each
  resource class. This allows the ordering of arguments to be fully
  customised, instead of requiring the ID to come first.

Changes in python-blazarclient 3.5.0..3.6.0
-------------------------------------------

30eab20 Add Resource Allocations API support
6c0ae07 Separate ID parser argument from ShowCommand
ed22ab7 Add Python3 antelope unit tests
f13f7f2 Update master for stable/zed


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |   2 +-
blazarclient/command.py                            |   8 +-
blazarclient/shell.py                              |   3 +
blazarclient/v1/allocations.py                     |  34 +++++
blazarclient/v1/client.py                          |   7 +
blazarclient/v1/hosts.py                           |   4 +-
blazarclient/v1/shell_commands/allocations.py      | 149 +++++++++++++++++++++
blazarclient/v1/shell_commands/floatingips.py      |  10 ++
blazarclient/v1/shell_commands/hosts.py            |  10 ++
blazarclient/v1/shell_commands/leases.py           |  10 ++
.../notes/host-allocation-fad8e511cb13c0e8.yaml    |  16 +++
...argument-from-showcommand-ce92d0c52dd1963e.yaml |   6 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/zed.rst                        |   6 +
setup.cfg                                          |   8 +-
15 files changed, 261 insertions(+), 13 deletions(-)







More information about the Release-announce mailing list