[release-announce] os-client-config 1.30.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu May 3 07:21:16 UTC 2018


We are pleased to announce the release of:

os-client-config 1.30.0: OpenStack Client Configuation Library

This release is part of the rocky release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/os-client-config

Download the package from:

    https://pypi.org/project/os-client-config

Please report issues through launchpad:

    http://bugs.launchpad.net/os-client-config

For more details, please see below.

1.30.0
^^^^^^

Other Notes

* Add Limestone Networks vendor info for us-dfw-1 and us-slc regions

Changes in os-client-config 1.29.0..1.30.0
------------------------------------------

cf5f446 Remove DataCentred from list of vendors
c2cb2fd add lower-constraints job
9c93372 Add Limestone Networks vendor info
c2e14a3 Rename python-openstacksdk to openstacksdk
e86641f pypy is not checked at gate
4216b2f Add image_format for VEXXHOST profile
3c5f4a0 Updated from global requirements
ca52061 Use 'none' auth plugin
e1e4976 Updated from global requirements
c842c06 Add os-client-config tips jobs
007793f Updated from global requirements
cdae720 Add osc tips jobs back
078ed94 Add missing auth url from betacloud to docs
106bb78 Update reno for stable/queens
2c54918 Updated from global requirements
53f8180 Zuul: Remove project name


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

.zuul.yaml                                         | 47 +++++++++++++++++-
lower-constraints.txt                              | 55 ++++++++++++++++++++++
os_client_config/config.py                         | 10 ++--
os_client_config/vendors/datacentred.json          | 11 -----
os_client_config/vendors/limestonenetworks.json    | 15 ++++++
os_client_config/vendors/vexxhost.json             |  1 +
...dor-add-limestonenetworks-99b2ffab9fc23b08.yaml |  4 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/queens.rst                     |  6 +++
requirements.txt                                   |  4 +-
tox.ini                                            |  9 +++-
13 files changed, 165 insertions(+), 34 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 482e158..b8f674c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
@@ -6 +6 @@ appdirs>=1.3.0 # MIT License
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0






More information about the Release-announce mailing list