[release][manila] python-manilaclient release 1.3.0 (liberty)
We are chuffed to announce the release of: python-manilaclient 1.3.0: Client library for OpenStack Manila API. This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/python-manilaclient With package available at: https://pypi.python.org/pypi/python-manilaclient For more details, please see the git log history below and: http://launchpad.net/python-manilaclient/+milestone/1.3.0 Please report issues through launchpad: http://bugs.launchpad.net/python-manilaclient Changes in python-manilaclient 1.2.0..1.3.0 ------------------------------------------- 3cd57eb Fix client API version to support Manila API 9f49772 Implement Share Instances Admin API e3e5eb6 Add Share Migration support to Manila Client 2c334f0 Update path to subunit2html in post_test_hook 36384fa Manila REST API Microversion Support for Client ab49d64 Add support of new extra spec 'snapshot_support' 4fcccf9 Allow user to unset security service params 0c7b857 Updated from global requirements d6ad371 Allow user to unset share network params fec43dd Move requirement Openstack client to test-requirements fa05919 Updated from global requirements 5f45b18 Make spec_driver_handles_share_servers required f0c6685 Modify the manage command prompt information 8a3702d Updated from global requirements 43be586 Add availability zones support 4454542 Updated from global requirements e919065 Add functional tests for access rules c954684 Updated from global requirements 2a4f79c Fix post_test_hook and update test-requirements 4f25278 Updated from global requirements 92643e8 Updated from global requirements d2c0e26 Updated from global requirements 6b2121e Add share shrink API 611d4fa Updated from global requirements 6733ae3 Updated from global requirements bd28eda Add rw functional tests for shares metadata ada9825 Add rw functional tests for shares c668f00 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- contrib/ci/post_test_hook.sh | 40 +- manilaclient/api_versions.py | 27 ++ manilaclient/base.py | 8 + manilaclient/client.py | 7 +- manilaclient/common/constants.py | 6 + manilaclient/config.py | 45 +++ manilaclient/httpclient.py | 30 +- manilaclient/shell.py | 17 +- manilaclient/v1/client.py | 23 +- manilaclient/v1/security_services.py | 20 +- manilaclient/v1/services.py | 8 + manilaclient/v1/share_instances.py | 77 ++++ manilaclient/v1/share_networks.py | 16 +- manilaclient/v1/share_types.py | 13 +- manilaclient/v1/shares.py | 49 ++- manilaclient/v1/shell.py | 262 ++++++++++--- requirements.txt | 15 +- setup.py | 3 +- test-requirements.txt | 17 +- tox.ini | 1 + 39 files changed, 2099 insertions(+), 153 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a6bb4e0..76c92d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=1.6 @@ -10,5 +10,5 @@ iso8601>=0.1.9 -oslo.config>=1.11.0 # Apache-2.0 -oslo.log>=1.0.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=1.4.0 # Apache-2.0 -PrettyTable>=0.7,<0.8 +oslo.config>=2.3.0 # Apache-2.0 +oslo.log>=1.8.0 # Apache-2.0 +oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 +PrettyTable<0.8,>=0.7 @@ -20,2 +20 @@ six>=1.9.0 -python-keystoneclient>=1.3.0 -python-openstackclient>=1.0.0 +python-keystoneclient>=1.6.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4c779ed..2610b11 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=0.9.2,<0.10 +hacking<0.10,>=0.9.2 @@ -9 +9 @@ coverage>=3.6 -ddt>=0.4.0 +ddt>=0.7.0 @@ -11,2 +11,2 @@ discover -fixtures>=0.3.14 -mock>=1.0 +fixtures>=1.3.1 +mock>=1.2 @@ -14,3 +14,3 @@ ordereddict -oslosphinx>=2.5.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -tempest-lib>=0.5.0 +oslosphinx>=2.5.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +tempest-lib>=0.6.1 @@ -18 +18,2 @@ testrepository>=0.0.18 -testtools>=0.9.36,!=1.2.0 +testtools>=1.4.0 +python-openstackclient>=1.5.0
participants (1)
-
doug@doughellmann.com