python-manilaclient 1.23.0 (rocky)
We enthusiastically announce the release of: python-manilaclient 1.23.0: Client library for OpenStack Manila API. This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through launchpad: https://bugs.launchpad.net/python-manilaclient For more details, please see below. 1.23.0 ^^^^^^ New Features ************ * Share types can now be filtered with its extra_specs. Bug Fixes ********* * Allow --help to print subcomands info. e.g. "$ manila create --help" Changes in python-manilaclient 1.22.0..1.23.0 --------------------------------------------- b0b08cc allow '--help' to print subcomands info 73315f2 Switch to use stestr instead of testr 50a1ef6 Support filter search for share type API 9dad727 Fix failed to import test module 66ef564 Mark functional tests passwords as secrets 2af3e1e Remove fake_client module as it is unused 3eb6dc3 Trivial: Update pypi url to new url Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 - .stestr.conf | 1 - .testr.conf | 9 -- README.rst | 6 +- lower-constraints.txt | 3 +- manilaclient/api_versions.py | 2 +- manilaclient/common/apiclient/fake_client.py | 174 --------------------- manilaclient/config.py | 2 + manilaclient/shell.py | 6 + manilaclient/v2/share_types.py | 10 ++ manilaclient/v2/shell.py | 31 +++- ...-dash-dash-help-subcomand-ad4226454aa07bc6.yaml | 4 + ...ter-search-for-share-type-fdbaaa9510cc59dd.yaml | 3 + test-requirements.txt | 1 - tox.ini | 17 +- 21 files changed, 137 insertions(+), 206 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e316639..45b827d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +13,0 @@ tempest>=17.1.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org