[release-announce] openstacksdk 0.27.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 1 18:11:25 UTC 2019


We are glad to announce the release of:

openstacksdk 0.27.0: An SDK for building applications to work with
OpenStack

This release is part of the stein stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/openstacksdk

Download the package from:

    https://pypi.org/project/openstacksdk

Please report issues through:

    https://storyboard.openstack.org/#!/project/760

For more details, please see below.

Changes in openstacksdk 0.26.0..0.27.0
--------------------------------------

41740827 Replace TaskManager with a keystoneauth concurrency
2cd5d2fd Replace openstack.org git:// URLs with https://
f04a72bc Update UPPER_CONSTRAINTS_FILE for stable/stein
98d4239b Update .gitreview for stable/stein


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

.gitreview                                      |   1 +
.zuul.yaml                                      |   2 +-
lower-constraints.txt                           |   2 +-
openstack/_adapter.py                           |  33 +---
openstack/cloud/openstackcloud.py               |   3 -
openstack/config/cloud_region.py                |   1 -
openstack/connection.py                         |  22 +--
openstack/service_description.py                |   5 -
requirements.txt                                |   2 +-
tox.ini                                         |   8 +-
14 files changed, 19 insertions(+), 312 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 78f75851..6181b554 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ os-service-types>=1.2.0 # Apache-2.0
-keystoneauth1>=3.11.0 # Apache-2.0
+keystoneauth1>=3.13.0 # Apache-2.0






More information about the Release-announce mailing list