[openstack-announce] [release][openstack] os-client-config release 1.11.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Fri Nov 20 13:56:46 UTC 2015


We are happy to announce the release of:

os-client-config 1.11.0: OpenStack Client Configuation Library

This release is part of the mitaka release series.

With package available at:

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

For more details, please see the git log history below.


Notable changes
----------------

Added parameters for handling legacy environment variables in the legacy clients.

Changes in os-client-config 1.10.2..1.11.0
------------------------------------------

10e96bc Only pass timeout to swift if we have a value
0aefe15 Fix name of the object-store api key
3e76af9 Refactor per-service key making
f5e1b85 Add support for legacy envvar prefixes
506d6e8 Fix JSON schema
ce7d716 Remove unneeded workaround for ksc
2339243 Add method to get a mounted session from config
1bf0941 Use requestsexceptions for urllib squelching

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

os_client_config/__init__.py                | 17 +++++++
os_client_config/cloud_config.py            | 70 ++++++++++++++++++-----------
os_client_config/config.py                  | 20 +++++----
os_client_config/defaults.json              |  2 +-
os_client_config/schema.json                |  4 +-
os_client_config/vendor-schema.json         | 34 +++++++-------
requirements.txt                            |  1 +
9 files changed, 166 insertions(+), 57 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index db0b635..3c32ced 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ keystoneauth1>=1.0.0
+requestsexceptions>=1.1.1  # Apache-2.0





More information about the OpenStack-announce mailing list