Queens Series Release Notes

1.21.2-6

Bug Fixes

  • Fix Manila pool-list –column reports nothing for capabilities, And also format the detail contents.

  • The shell utility has been fixed to report errors correctly on python3 environments.

1.21.2

Bug Fixes

  • Launchpad bug 1814094 has been fixed and the client now correctly parses the base URL from manila’s endpoint url, accounting for proxy URLs.

1.21.0

New Features

  • Added with_count option in share’s list commands since 2.42.

  • Support show type details command.

Bug Fixes

  • Added description in list/create share type CLI.

1.20.0

Bug Fixes

  • Fixed bugs 1738917 and 1738918. Names can now be used in commands pertaining to share group types.

1.18.0

Deprecation Notes

  • v1.Client is deprecated and will be removed with the 2.0.0 release of python-manilaclient. Please use v2.Client.

  • Some kwargs when creating a Client instance (for v1.Client and v2.Client) are deprecated and will be removed with the 2.0.0 release of python-manilaclient. The arguments are ‘share_service_name’, ‘proxy_tenant_id’, ‘proxy_token’, ‘os_cache’ and ‘api_key’.

  • The method ‘authenticate()’ for a v1.Client and v2.Client instance is deprecated and will be removed with the 2.0.0 release of python-manilaclient.

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.

  • Added group specs in share group type create CLI.

  • Usernames can contain the $ symbol to allow for windows computer authentication in an Active Directory environment