[release][liberty] Release 1.3.0 of python-cinderclient
We are glad to announce the release of: python-cinderclient 1.3.0: OpenStack Block Storage API Client Library For more details, please see the git log history below. Changes in python-cinderclient 1.2.2..1.3.0 ------------------------------------------- Diffstat (except docs and test files) ------------------------------------- .testr.conf | 2 +- README.rst | 5 - cinderclient/base.py | 27 +- cinderclient/client.py | 46 +- cinderclient/shell.py | 136 +-- cinderclient/utils.py | 38 +- cinderclient/v1/qos_specs.py | 4 +- cinderclient/v1/shell.py | 197 ++-- cinderclient/v1/volume_backups.py | 2 - cinderclient/v1/volume_snapshots.py | 4 +- cinderclient/v1/volume_transfers.py | 28 +- cinderclient/v1/volumes.py | 15 +- cinderclient/v2/consistencygroups.py | 26 - cinderclient/v2/qos_specs.py | 4 +- cinderclient/v2/shell.py | 311 ++---- cinderclient/v2/volume_backups.py | 9 +- cinderclient/v2/volume_snapshots.py | 3 +- cinderclient/v2/volume_transfers.py | 28 +- cinderclient/v2/volume_types.py | 6 +- cinderclient/v2/volumes.py | 105 +- functional_creds.conf.sample | 8 - requirements.txt | 8 +- test-requirements.txt | 7 +- tools/cinder.bash_completion | 24 +- tox.ini | 6 +- 143 files changed, 8286 insertions(+), 10002 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fc668c4..39fad15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=0.11,<2.0 +pbr>=0.6,!=0.7,<1.0 @@ -7,2 +7,2 @@ PrettyTable>=0.7,<0.8 -python-keystoneclient>=1.6.0 -requests>=2.5.2 +python-keystoneclient>=1.0.0 +requests>=2.2.0,!=2.4.0 @@ -11 +11 @@ Babel>=1.3 -six>=1.9.0 +six>=1.7.0 diff --git a/test-requirements.txt b/test-requirements.txt index 016e0e5..1cd8d97 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.10.0,<0.11 +hacking>=0.8.0,<0.9 @@ -10 +10 @@ mock>=1.0 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx>=2.2.0 # Apache-2.0 @@ -12 +12 @@ python-subunit>=0.0.18 -requests-mock>=0.6.0 # Apache-2.0 +requests-mock>=0.5.1 # Apache-2.0 @@ -14 +13,0 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -tempest-lib>=0.5.0 -- Robert Collins <rbtcollins@hp.com> Distinguished Technologist HP Converged Cloud
participants (1)
-
Robert Collins