Queens Series Release Notes¶
12.5.0-13¶
New Features¶
Add new option glance::api::enabled_import_methods. This option specifies the list of enabled Image Import Methods.
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 openstack-db tag to Exec that run db-sync.
12.4.0¶
New Features¶
Adds the kombu_failover_strategy option for configuring oslo.messaging.rabbit. This will determines how the next RabbitMQ node is chosen in case the one we are currently connected to becomes unavailable.
Other Notes¶
Remove deprecated glance::registry::sync_db option.
12.3.0¶
New Features¶
Adds the use_journal option for configuring oslo.log. This will enable passing the logs to journald.
Other Notes¶
Change default value to false for enable_api_v1 in glance::api class. Change default value to false for enable_registry_v1 in glance::registry class. If enable_api_v1 and enable_registry_v1 options are set to $::os_service_default, a warning will be sent.
12.2.0¶
New Features¶
Add new options glance::api::keymgr_* to allow glance-api to interact with Barbican to store and retrieve secrets for features like image signing.
Expose use_json logging parameter, which enables JSON formatted logging.
12.1.0¶
New Features¶
Add new option glance::backend::swift::swift_store_large_object_chunk_size The swift_store_large_object_chunk_size is to be used in conjunction with swift_store_large_object_size. While swift_store_large_object_size is the trigger for glance to start chunking images, swift_store_large_object_chunk_size is the size of the chunks.
Bug Fixes¶
Allow the configuration of image_member_quota in Glance API. This error blocks the ability of sharing images if the default value (128) is reached.
12.0.0¶
Known Issues¶
Keystone v2.0 API was removed so we need to set a default value for user_domain_name and project_domain name, which will be Default as it is already in some other classes in modules.
Deprecation Notes¶
revocation_cache_time option is now deprecated for removal, the parameter has no effect.
Drop Glare service from puppet-glance, since Glare service was removed from Glance itself and now it is separate project.