Xena Series Release Notes

3.0.3-5

Bug Fixes

  • Launchpad bug 1909477 has been fixed by prevent sending the share creation request with any capitalization of the name “None”.

3.0.3

Bug Fixes

  • The OpenStackClient plugin will now use most suitable version for openstack commmands client generation if user supplied version is above max version supported by server. For more details, please refer Launchpad bug #1960490

  • Fixed the use of the “–availability-zone” option with the “openstack share network create” command.

  • Support –os-key option and OS_KEY environment variable which allows to provide client cert and its private key separately.

3.0.2

Bug Fixes

  • Launchpad bug 1960422 has been fixed by prevent sending the share creation request and provide early feedback to CLI users.

3.0.1

Bug Fixes

  • Launchpad bug 1953670 has been fixed by updating the attribute name for the share group type access repr to be share_group_type_id.

3.0.0

New Features

  • The command “manila share-server-delete” now accepts an optional “–wait” that allows users to let the client poll for the completion of the operation.

  • The command “manila share-group-delete” now accepts an optional “–wait” that allows users to let the client poll for the completion of the operation.

  • The command “manila share-group-create” now accepts an optional “–wait” that allows users to let the client poll for the completion of the operation.

Upgrade Notes

  • manilaclient SDK no longer supports some options that were deprecated in version 2.0.0: ‘share_service_name’ (use ‘service_name’ instead), ‘proxy_tenant_id’, ‘proxy_token’, ‘os_cache’ (use ‘use_keyring’ instead) ‘api_key’(use ‘password’ instead). The client.authenticate() method has been removed as well, since authentication is performed automatically.

Bug Fixes

  • Fixed the issue in which users were unable to create a share from a snapshot, specifing the snapshot’s name. For more details, please refer to launchpad bug 1798229