[openstack-dev] [release][openstack] os-client-config release 1.14.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Thu Jan 14 16:23:12 UTC 2016


We are chuffed to announce the release of:

os-client-config 1.14.0: OpenStack Client Configuation Library

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

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

For more details, please see below.

1.14.0
^^^^^^

Other Notes

* Started using reno for release notes.


Changes in os-client-config 1.13.1..1.14.0
------------------------------------------

a8532f6 Fix a precedence problem with auth arguments
7e54967 Return empty dict instead of None for lack of file
cd5f16c Pass version arg by name not position
f61a487 Use _get_client in make_client helper function
9835daf Add barbicanclient support
caae8ad Remove openstack-common.conf
cab0469 Add IBM Public Cloud
0b270f0 Replace assertEqual(None, *) with assertIsNone in tests
3b5673c Update auth urls and identity API versions
0bc9e33 Stop hardcoding compute in simple_client
1cd3e5b Update volume API default version from v1 to v2
c514b85 Debug log a deferred keystone exception, else we mask some useful diag
9688f8e Fix README.rst, add a check for it to fit PyPI rules
594e31a Use reno for release notes
f3678f0 add URLs for release announcement tools
7ee7156 Allow filtering clouds on command line

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

README.rst                                         | 10 +++++++-
openstack-common.conf                              |  6 -----
os_client_config/__init__.py                       | 11 +++++----
os_client_config/cloud_config.py                   | 10 ++++----
os_client_config/config.py                         | 24 ++++++++++++++++---
os_client_config/constructors.json                 |  1 +
os_client_config/defaults.json                     |  3 ++-
os_client_config/vendors/auro.json                 |  1 +
os_client_config/vendors/bluebox.json              |  1 +
os_client_config/vendors/catalyst.json             |  1 +
os_client_config/vendors/citycloud.json            |  1 +
os_client_config/vendors/conoha.json               |  5 ++--
os_client_config/vendors/datacentred.json          |  3 ++-
os_client_config/vendors/dreamhost.json            |  3 ++-
os_client_config/vendors/elastx.json               |  3 ++-
os_client_config/vendors/entercloudsuite.json      |  4 +++-
os_client_config/vendors/hp.json                   |  4 +++-
os_client_config/vendors/ibmcloud.json             | 13 ++++++++++
os_client_config/vendors/internap.json             |  3 ++-
os_client_config/vendors/ovh.json                  |  3 ++-
os_client_config/vendors/rackspace.json            |  1 +
os_client_config/vendors/runabove.json             |  3 ++-
os_client_config/vendors/switchengines.json        |  1 +
os_client_config/vendors/ultimum.json              |  4 +++-
os_client_config/vendors/unitedstack.json          |  1 +
.../notes/started-using-reno-242e2b0cd27f9480.yaml |  3 +++
test-requirements.txt                              |  1 +
tox.ini                                            |  7 +++++-
34 files changed, 161 insertions(+), 45 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 7053051..a50a202 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,0 +19 @@ oslotest>=1.5.1,<1.6.0  # Apache-2.0
+reno>=0.1.1  # Apache2





More information about the OpenStack-dev mailing list