[release-announce] python-blazarclient 1.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Jun 5 18:36:33 UTC 2018


We are amped to announce the release of:

python-blazarclient 1.1.0: Client for OpenStack Reservation Service

This release is part of the rocky release series.

Download the package from:

    https://pypi.org/project/python-blazarclient

Please report issues through launchpad:

    https://launchpad.net/blazar

For more details, please see below.

Changes in python-blazarclient 1.0.0..1.1.0
-------------------------------------------

b224d3e Support resource_properties key in instance_reservation
01a5551 add lower-constraints job
60e658d Support hostname in show, update and delete host operations
b96c671 Remove climate namespace
835cf8a Fix URL to the hacking documentation
d4f9802 Updated from global requirements
5c7fef3 Add Python3 to the setup configuration
b53f01d Remove commas in setup.cfg package classifiers
39e1b71 Fix issues with Python3


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

.zuul.yaml                                         |   7 +
HACKING.rst                                        |   2 +-
blazarclient/base.py                               |   7 +-
blazarclient/command.py                            |  23 +-
blazarclient/shell.py                              |   2 +-
blazarclient/utils.py                              |  19 +-
blazarclient/v1/shell_commands/hosts.py            |  15 +-
blazarclient/v1/shell_commands/leases.py           |  94 +++++---
climateclient/__init__.py                          |  20 --
lower-constraints.txt                              |  50 +++++
requirements.txt                                   |   2 +-
setup.cfg                                          |   7 +-
tox.ini                                            |   7 +
16 files changed, 483 insertions(+), 88 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 3652610..34a6250 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ oslo.utils>=3.33.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0






More information about the Release-announce mailing list