Rocky Series Release Notes

13.3.2

New Features

  • Support setting values for cephfs_volume_mode parameter which controls the rwx mode of the cephfs volumes, snapshots, and groups of these that back manila shares.

  • New parameters are added to the cephfs backend to permit configuration with an external Ganesha service; the new parameters define if Ganesha is remote and what are the username/password or private key to log on the remote host.

Upgrade Notes

  • Keystone v2 has been oficially deprecated. Add new configuration options for nova and neutron to be used with keystone v3.

Deprecation Notes

  • Deprecate nova_catalog_info, nova_catalog_admin_info, nova_api_insecure, nova_ca_certificates_file, nova_admin_username, nova_admin_password, nova_admin_tenant_name and nova_admin_auth_url from nova section in manila.conf. Deprecate neutron_api_insecure, neutron_ca_certificates_file, neutron_url, neutron_url_timeout, neutron_admin_username, neutron_admin_password, neutron_admin_tenant_name, neutron_region_name, neutron_admin_auth_url and neutron_auth_strategy from neutron section in manila.conf.

13.3.0

New Features

  • The manila API service can now be installed with Apache, instead of the package-provided built-in eventlet based wsgi server. Set $manila::api::service_name to ‘httpd’ to run the Manila API as virtual host on an apache based web server.

Upgrade Notes

  • The class manila::backend::cephfsnative has been removed, class manila::backend::cephfscephfs can be used instead.

13.1.0

Upgrade Notes

  • The deprecated manila::rabbit_host, manila::rabbit_hosts, manila::rabbit_password, manila::rabbit_port, manila::rabbit_userid and manila::rabit_virtual_host are now removed. Please use manila::default_transport_url instead.

13.0.0

New Features

  • Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy.

  • This patch adds following 3 options for DellEMC Unity driver: * network_plugin_ipv6_enabled: this option is set to True by default * emc_ssl_cert_verify: this option is set to False by default * emc_ssl_cert_path

  • This patch adds following 3 options for DellEMC VNX driver: * network_plugin_ipv6_enabled: this option is set to True by default * emc_ssl_cert_verify: this option is set to False by default * emc_ssl_cert_path

  • Add openstack-db tag to Exec that run db-sync.

Upgrade Notes

  • Deprecated keystone::authtoken::revocation_cache_time option has been removed.

Deprecation Notes

  • auth_uri is deprecated and will be removed in a future release. Please use www_authenticate_uri instead.