We are ecstatic to announce the release of: python-manilaclient 1.17.2: Client library for OpenStack Manila API. This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-manilaclient Download the package from: https://pypi.python.org/pypi/python-manilaclient Please report issues through launchpad: https://bugs.launchpad.net/python-manilaclient For more details, please see below. 1.17.2 ^^^^^^ Bug Fixes * The list command for --os-share-api-version <=2.34 has been fixed to not error out in case there are no search options/filters specified. Changes in python-manilaclient 1.17.1..1.17.2 --------------------------------------------- e53d06f doc-migration: new directory layout 2183b59 doc migration: openstackdocstheme completion bb6b736 Add rally job manifests b866d39 Updated from global requirements 0fa1a03 Fix list command when not given search_opts 1c88b52 Update UPPER_CONSTRAINTS_FILE for stable/pike abcdd29 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + manilaclient/v2/shares.py | 1 + rally-jobs/rally-manila-no-ss.yaml | 93 ++++++++++ rally-jobs/rally-manila.yaml | 199 +++++++++++++++++++++ ...hen-not-given-search-opts-c06af7b344e9cb91.yaml | 4 + releasenotes/source/conf.py | 6 +- requirements.txt | 2 +- tox.ini | 2 +- 17 files changed, 455 insertions(+), 144 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e60a41d..d201afa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -ipaddress>=1.0.7;python_version<'3.3' # PSF +ipaddress>=1.0.7;python_version<'3.3' # PSF