We are satisfied to announce the release of:
python-openstackclient 3.2.0: OpenStack Command-line Client
This release is part of the newton release series.
With source available at:
https://git.openstack.org/cgit/openstack/python-openstackclient
With package available at:
https://pypi.python.org/pypi/python-openstackclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-openstackclient
For more details, please see below.
3.2.0 ^^^^^
Bug Fixes
* Fix prompting for password issue introduced in release 3.0.0 [Bug 1617384 (https://bugs.launchpad.net/bugs/1617384)]
Changes in python-openstackclient 3.1.0..3.2.0 ----------------------------------------------
8241f08 Updated from global requirements 84c83fc Provide fallback prompt function for current osc-lib bec206f Fix auth prompt brokenness 5b14741 Updated from global requirements 9962403 Cleanup after install c97e818 Fix six typos f854b7d Clean imports in code 50a5c2a [docs] fix incorrect rst markups
Diffstat (except docs and test files) -------------------------------------
openstackclient/common/client_config.py | 47 +++++++++++++- openstackclient/common/clientmanager.py | 5 +- openstackclient/shell.py | 2 +- .../notes/bug-1617384-55c88207115e2a5b.yaml | 5 ++ test-requirements.txt | 4 +- tools/tox_install.sh | 2 +- 12 files changed, 171 insertions(+), 36 deletions(-)
Requirements updates --------------------
diff --git a/test-requirements.txt b/test-requirements.txt index 24b693c..0ff0e22 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ stevedore>=1.16.0 # Apache-2.0 -os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,>=1.13.1 # Apache-2.0 +os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1 # Apache-2.0 @@ -30 +30 @@ python-designateclient>=1.5.0 # Apache-2.0 -python-heatclient>=1.1.0 # Apache-2.0 +python-heatclient>=1.4.0 # Apache-2.0