[openstack-dev] [new][openstack] os-client-config 1.18.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 2 14:46:05 UTC 2016
We are psyched to announce the release of:
os-client-config 1.18.0: OpenStack Client Configuation Library
This release is part of the newton 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.18.0
^^^^^^
New Features
************
* Added helper method for constructing OpenStack SDK Connection
objects.
* Added helper method for constructing shade OpenStackCloud objects.
Deprecation Notes
*****************
* Renamed session_client to make_rest_client. session_client will
continue to be supported for backwards compatability.
Changes in os-client-config 1.17.0..1.18.0
------------------------------------------
4f36eca Reword the entries in the README a bit
7d63f12 Add shade constructor helper method
6a83406 Rename session_client to make_rest_client
41ac156 Add helper method for OpenStack SDK constructor
fbe1b38 Add missing "cloud" argument to _validate_auth_ksc
090a265 Workaround bad required params in troveclient
44efe9c Trivial: Remove 'MANIFEST.in'
189a604 Trivial: remove openstack/common from flake8 exclude list
b0fa438 drop python3.3 support in classifier
700ab6f Fix formatting in readme file
1028f5a Remove discover from test-requirements.txt
d9f9c05 Add version string
Diffstat (except docs and test files)
-------------------------------------
MANIFEST.in | 6 --
README.rst | 107 +++++++++++++++++----
os_client_config/__init__.py | 36 ++++++-
os_client_config/cloud_config.py | 7 ++
os_client_config/config.py | 4 +-
.../notes/make-rest-client-dd3d365632a26fa0.yaml | 4 +
.../notes/sdk-helper-41f8d815cfbcfb00.yaml | 4 +
.../notes/shade-helper-568f8cb372eef6d9.yaml | 4 +
setup.cfg | 1 -
test-requirements.txt | 1 -
tox.ini | 2 +-
11 files changed, 146 insertions(+), 30 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 5e4c304..0138f13 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +9,0 @@ fixtures>=0.3.14
-discover
More information about the OpenStack-dev
mailing list