[release-announce] python-blazarclient 3.1.1 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 10 20:05:16 UTC 2020


We are gleeful to announce the release of:

python-blazarclient 3.1.1: Client for OpenStack Reservation Service

This release is part of the victoria stable 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.1.1
^^^^^

Deprecation Notes

* The "blazar" command-line client has switched to the
  "keystoneauth1.loading" module. As a result, the following options
  are deprecated:

  * "--service-type" (use "--os-service-type" instead)

  * "--endpoint-type" (use "--os-interface" instead)

  The following options have been removed:

  * "--os-auth-strategy" (this option had not effect)

  * "--os_auth_strategy" (this option had not effect)

  * "--os_auth_url" (use "--os-auth-url" instead)

  * "--os_project_name" (use "--os-project-name" instead)

  * "--os_project_id" (use "--os-project-id" instead)

  * "--os_project_domain_name" (use "--os-project-domain-name"
    instead)

  * "--os_project_domain_id" (use "--os-project-domain-id" instead)

  * "--os_tenant_name" (use "--os-project-name" or "--os-tenant-
    name" instead)

  * "--os_username" (use "--os-username" instead)

  * "--os_user_domain_name" (use "--os-user-domain-name" instead)

  * "--os_user_domain_id" (use "--os-user-domain-id" instead)

  * "--os_token" (use "--os-token" instead)

Changes in python-blazarclient 3.1.0..3.1.1
-------------------------------------------

886a4d3 Use KSA loading to support more auth methods
1632a19 Fixup failing tests due to passing date threshold
14846e1 Fix test_args2body_start_now unit test
83a2036 migrate testing to ubuntu focal
38073db Stop to use the __future__ module.


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

blazarclient/command.py                            |   2 -
blazarclient/shell.py                              | 176 +++------------------
blazarclient/v1/shell_commands/leases.py           |  14 +-
lower-constraints.txt                              |   2 +-
.../notes/ksa-loading-9731c570772c826a.yaml        |  24 +++
test-requirements.txt                              |   5 +
7 files changed, 68 insertions(+), 166 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a893086..daa4b53 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5,5 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
+# remove this pyflakes from here once you bump the
+# hacking to 3.2.0 or above. hacking 3.2.0 takes
+# care of pyflakes version compatibilty.
+pyflakes>=2.1.1
+






More information about the Release-announce mailing list