We are gleeful to announce the release of: python-manilaclient 1.5.0: Client library for OpenStack Manila API. This release is part of the mitaka 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.5.0 Please report issues through launchpad: http://bugs.launchpad.net/python-manilaclient Changes in python-manilaclient 1.4.0..1.5.0 ------------------------------------------- 997cc43 Add Keystone v3 API support 7d0ef7d Incorrect help of export_path for the manage utility b71fb22 Updated from global requirements f0f2811 Fix args parsing for quota-class-update 0d257ae Change Manilaclient to use --os-region-name param 9e28e56 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- manilaclient/shell.py | 125 ++++++++++++---- manilaclient/v1/client.py | 150 +++++++++++++------ manilaclient/v1/quota_classes.py | 2 + manilaclient/v1/shell.py | 20 ++- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- 11 files changed, 652 insertions(+), 91 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 76c92d2..fd1f6d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -pbr<2.0,>=1.6 +pbr>=1.6 diff --git a/test-requirements.txt b/test-requirements.txt index 2610b11..53931bd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -tempest-lib>=0.6.1 +tempest-lib>=0.9.0