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

no-reply at openstack.org no-reply at openstack.org
Thu Feb 18 19:47:05 UTC 2016


We are satisfied to announce the release of:

os-client-config 1.15.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.15.0
^^^^^^

Swiftclient instantiation now provides authentication information so
that long lived swiftclient objects can reauthenticate if necessary.
This should be a temporary situation until swiftclient supports
keystoneauth sessions at which point os-client-config will instantiate
swiftclient with a keystoneauth session.


New Features
************

* Swiftclient instantiation now provides authentication information
  so that long lived swiftclient objects can reauthenticate if
  necessary.

* Add support for explicit v2password auth type.

* Add SSL support to VEXXHOST vendor profile.

* Add zetta.io cloud vendor profile.


Bug Fixes
*********

* Fix bug where project_domain_{name,id} was set even if
  project_{name,id} was not set.


Other Notes
***********

* HPCloud vendor profile removed due to cloud shutdown.

* RunAbove vendor profile removed due to migration to OVH.

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

7865abc Add release notes
dd1f03c Send swiftclient username/password and token
10a9369 Remove HP and RunAbove from vendor profiles
8264e09 Added SSL support for VEXXHOST
fe2558a Add support for zetta.io
42727a5 Stop ignoring v2password plugin
ae8f4b6 Go ahead and remove final excludes
a2db877 Don't set project_domain if not project scoped
cfd2919 Clean up removed hacking rule from [flake8] ignore lists
2f1d184 set up release notes build

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

os_client_config/cloud_config.py                   |  37 ++-
os_client_config/config.py                         |  30 ++-
os_client_config/vendors/hp.json                   |  16 --
os_client_config/vendors/runabove.json             |  15 --
os_client_config/vendors/vexxhost.json             |   2 +-
os_client_config/vendors/zetta.json                |  13 +
.../catch-up-release-notes-e385fad34e9f3d6e.yaml   |  22 ++
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        | 261 +++++++++++++++++++++
releasenotes/source/index.rst                      |  17 ++
releasenotes/source/unreleased.rst                 |   5 +
test-requirements.txt                              |   2 +-
tox.ini                                            |  10 +-
18 files changed, 601 insertions(+), 91 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a50a202..5e4c304 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking>=0.10.2,<0.11  # Apache-2.0





More information about the OpenStack-dev mailing list