Victoria Series Release Notes¶
17.7.0-2¶
Upgrade Notes¶
The
glance::apiclass now supports alock_pathparameter thatconfigures the oslo.concurrency lock_path with a platform specificdefault value. Distributions that are used to defining the lock_pathwith a distribution specific config file may need to override thedefaultglance::api::lock_pathvalue.
Bug Fixes¶
Bug #1980539:Configure the oslo.concurrency lock_path, which is now required by cinderbackends.
17.7.0¶
New Features¶
The new
glance::api::authtoken::service_typeparameter has beenadded to configure the service_type parameter in authtoken middleware.
17.6.0¶
New Features¶
A new parameter
cinder_mount_point_baseis introduced intoglance::backend::multistore::cinderclass, so that operatorscan provide the cinder mount point for NFS volumes.
Bug Fixes¶
The
swift::backend::multistore::swift::swift_store_config_fileisnow set to/etc/glance/glance-swift.confby default. Because of thischange the parameter is automatically set to use the configuration filegenerated by puppet-glance.
17.5.0¶
New Features¶
Add new configuration option ‘rbd_thin_provisioning’ and‘filesystem_thin_provisioning’ to rbd and filesystembackends to enable or not sparse upload, default are False.
17.4.0¶
New Features¶
Added disk_formats option which allows configuration ofthe image_format/disk_formats config setting; some backendsperform poorly with specific disk formats, for exampleCeph with QCOW2 images and in these scenarios it mightbe useful to filter out of the allowed disk formats thosewhich are unwanted.
17.3.0¶
New Features¶
The following new parameters have been added, which can be used to setthe interface parameter in authtoken middleware.
glance::api::authtoken::interfaceglance::registry::authtoken::interface
Upgrade Notes¶
The
glance::registryclass and its subsequent classes have been removed.This means that support for glance-registry service has been removed.
Deprecation Notes¶
The
glance::api::enable_v2_apiparameter has been deprecated and hasno effect now.
The following parameters have been deprecated and has no effect now, infavor of removal of support for glance registry service.
glance::api::registry_client_cert_fileglance::api::registry_client_key_fileglance::api::registry_client_ca_fileglance::config::registry_configglance::config::registry_paste_ini_config
The following resource types have been deprecated and will be removed in afuture release.
glance_registry_configglance_registry_paste_ini
17.1.0¶
New Features¶
Added cache_prefetcher_interval in glance-api.conf,using which the periodic job will run as per the setinterval and prefetch images into cache.
Add new options glance::backend::multibackend::swift::swift_buffer_on_upload and glance::backend::multibackend::swift::swift_upload_buffer_dir Indicate whether or not Glance should buffer image data to disk while uploading to swift. This enables Glance to resume uploads on error.
Deprecation Notes¶
The
glance::api::enable_v1_apiparameter has been deprecated and has noeffect, infavor of deprecation of Image v1 API.
