Rocky Series Release Notes

13.3.1-6

New Features

  • Add new parameter ‘cinder_store_project_name’, for project name where the image volume is stored in cinder.

    Add new parameter ‘cinder_store_user_name’, for user name to authenticate against cinder.

    Add new parameter ‘cinder_store_password’, for valid password for the user specified by ‘cinder_store_user_name’

    Add new parameter ‘cinder_store_auth_address’, for valid authentication service address.

  • Add new parameter ‘image_import_plugins’, to enable plugins used by image import process. Add parameter ‘output_format’, to provide desired output format for image conversion plugin.

  • Add new parameter ‘inject_metadata_properties’, to add metadata properties to be injected in image. Add new parameter ‘ignore_user_roles’, to specify name of user roles to be ignored for injecting metadata properties in the image.

13.1.0

New Features

  • Add new option glance::api::enabled_import_methods. This option specifies the list of enabled Image Import Methods.

Upgrade Notes

  • The deprecated parameter glance::api::known_stores is removed. Please use glance::api::stores instead.

  • The deprecated parameter glance::backend::vsphere::glare_enabled is removed. Please use the puppet-glare module instead.

  • The deprecated parameter glance::backend::vsphere::vcenter_api_insecure is removed. Please use vcenter_insecure.

  • The deprecated parameters vcenter_datacenter and vcenter_datastore in glance::backend::vsphere is removed. Please use vcenter_datastores instead.

  • The deprecated parameter glance::backend::s3::default_store is removed. Please set this in glance::api.

  • The deprecated parameter glance::backend::s3::glare_enabled is removed. Please use the puppet-glare module instead.

  • The deprecated parameter glance::backend::rbd::glare_enabled is removed. Please use the puppet-glare module instead.

  • The deprecated parameter glance::backend::rbd::show_image_direct_url is removed. Please set this parameter in glance::api.

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

  • The deprecated parameters glance::config::clare_config and glance::config::glare_paste_ini_config is removed. Please use the puppet-glare module instead.

  • The deprecated parameter glance::backend::file::glare_enabled is removed. Please use the puppet-glare module instead.

  • The deprecated parameter glance::backend::cinder::glare_enabled is removed. Please use the puppet-glare module instead.

  • The deprecated parameter glance::backend::swift::glare_enabled is removed. Please use the puppet-glare module instead.

  • The deprecated classes glance::glare, glance::keystone::glare_auth, glance::glare::authtoken, glance::glare::db, glance::glare::logging is removed. Please use the puppet-glare module 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.

  • The glance_image resource now provides a proxy parameter which can be used to specify a proxy to use when downloading a remote image using the source parameter. The new proxy parameter is optional.

  • 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.