We enthusiastically announce the release of: os-client-config 1.25.0: OpenStack Client Configuation Library This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/os-client-config Download the package from: 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. Changes in os-client-config 1.24.0..1.25.0 ------------------------------------------ bedc9c5 Add OpenTelekomCloud to the vendors 53858f3 Remove 3.4 from tox envlist 091fde1 Use upper-constraints for tox envs fcead29 Update swift constructor to be Session aware 6615160 Magnum's service_type is container_infra e2d1008 Add docutils contraint on 0.13.1 to fix building fa4e1bd Fix interface_key for identity clients 3008683 Show team and repo badges on README Diffstat (except docs and test files) ------------------------------------- README.rst | 9 +++ os_client_config/cloud_config.py | 82 ++++++----------------- os_client_config/constructors.json | 1 + os_client_config/defaults.json | 1 + os_client_config/vendors/otc.json | 13 ++++ setup.cfg | 2 +- test-requirements.txt | 1 + tools/tox_install.sh | 30 +++++++++ tox.ini | 8 ++- 11 files changed, 114 insertions(+), 148 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0138f13..f9908d6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,0 +8 @@ coverage>=3.6 +docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain