[openstackclient] os-client-config 1.28.0 (pike)
We are psyched to announce the release of: os-client-config 1.28.0: OpenStack Client Configuation Library This release is part of the pike 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. 1.28.0 ^^^^^^ Known Issues * Fixed a regression when using latest os-client-config with the keystoneauth from stable/newton. Although this isn't a super common combination, the added feature that broke the interaction is really not worthy of the incompatibility, so a workaround was added. Changes in os-client-config 1.27.0..1.28.0 ------------------------------------------ f74902b use openstackdocstheme html context 30c8729 switch from oslosphinx to openstackdocstheme 412f0fd turn on warning-is-error in documentation build 95f44f1 rearrange existing documentation to follow the new standard layout 990cfa3 Don't pop from os.environ 8235e0c Keep a singleton to support multiple get_config calls a483534 Revert "Revert "Use interface not endpoint_type for keystoneclient"" 4493871 Revert "Use interface not endpoint_type for keystoneclient" 7a3acde Add ironicclient to constructors list 347fe82 Add helper method to fetch service catalog 17debbb Fix interactions with keystoneauth from newton Diffstat (except docs and test files) ------------------------------------- README.rst | 481 +-------------------- os_client_config/__init__.py | 13 +- os_client_config/cloud_config.py | 37 +- os_client_config/config.py | 25 +- os_client_config/constructors.json | 1 + ...pat-with-old-keystoneauth-66e11ee9d008b962.yaml | 7 + releasenotes/source/conf.py | 5 +- setup.cfg | 1 + test-requirements.txt | 2 +- 27 files changed, 1045 insertions(+), 954 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e71d004..5fc33b0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ sphinx>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +openstackdocstheme>=1.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org