Rocky Series Release Notes

13.3.2-8

New Features

  • Add the ability to configure the multipath setting for the Dell EMC SC ISCSI driver.

  • Add new parameter cinder::backend::pure::image_volume_cache_enabled Allows setting of the image_volume_cache_enabled option on the managed Cinder backend for PureStorage. The option defaults to True if unset.

13.3.1

New Features

  • Added new parameter cinder::enable_new_services that can be used to set the enable_new_services configuration option in the DEFAULT section.

Deprecation Notes

  • The following parameters are deprecated because support for them was removed from cinder during the Queens cycle. * glance_api_version * nova_catalog_info * os_privileged_user_name * os_privileged_user_password * os_privileged_user_tenant * os_privileged_user_auth_url

13.3.0

Deprecation Notes

  • storage_vnx_pool_name is deprecated and will be removed in a future release. Please use storage_vnx_pool_names instead.

Bug Fixes

  • Update the driver paths for several Dell EMC backends. Fixes bug 1785085.

  • Notify Apache in case the API is served in that context when the API is supposed to be restarted, for instance due to configuration changes.

13.1.0

Upgrade Notes

  • The deprecated parameters cinder::rabbit_host, cinder::rabbit_hosts, cinder::rabbit_password, cinder::rabbit_port, cinder::rabbit_userid, cinder::rabbit_virtual_host and cinder::rpc_backend is removed. Please use cinder::default_transport_url instead.

  • The deprecated parameters cinder::use_ssl, cinder::cert_file, cinder::key_file and cinder::ca_file is removed. You should now set them in the cinder::api class.

  • The deprecated parameter cinder::api::validation_options is removed.

  • The deprecated parameter netapp_eseries_host_type in cinder::backend::netapp is removed. Please use netapp_host_type instead.

  • The deprecated parameters netapp_storage_pool and netapp_volume_list in cinder::backend::netapp is removed. Please use netapp_pool_name_search_pattern instead.

  • The deprecated parameter cinder::backend::rbd::volume_tmp_dir is removed. Please use cinder::image_conversion_dir instead.

  • The deprecated parameters os_password, os_tenant_name, os_username, os_auth_url and os_region_name in cinder::type_set is removed.

  • The deprecated parameters os_password, os_tenant_name, os_username and os_auth_url in cinder::vmware is removed.

  • The deprecated parameters os_password, os_tenant_name, os_userne, os_auth_url and os_region_name in cinder::type is removed.

13.0.0

New Features

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

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

Upgrade Notes

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

Deprecation Notes

  • The nova_catalog_admin_info parameter was deprecated from cinder and is no longer being used in the cinder code-base. So, the parameter with the same name in the api.pp manifest was set as deprecated as well.

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

Bug Fixes

  • Fixes bug 1753596 so the backend_host option is set in each cinder-volume backend driver’s section, and not in the DEFAULT section where the option isn’t relevant.

  • Fixes bug 1758133 to use the new driver path for Dell EMC PS Driver.

  • Fixes bug 1758145 to ignore the excluded_domain_ip Dell EMC SC Driver when blank.

Other Notes

  • A previous deprecation notice stated the host option was deprecated in favor of the backend_host option. This was misleading because the note failed to clarify this only applied to options in the cinder-volume backend driver sections. In the DEFAULT section, the host option is not deprecated, and the backend_host option isn’t relevant.

  • Remove deprecated cinder::backup::backup_topic option.