Ussuri Series Release Notes¶
16.5.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.
16.5.0¶
New Features¶
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.
16.4.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.
A new parameter
cinder_mount_point_baseis introduced intoglance::backend::multistore::cinderclass, so that operatorscan provide the cinder mount point for NFS volumes.
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
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.
16.2.1¶
New Features¶
The new parameter,
cinder_os_region_namewas added toglance::backend::cinderandglance::backend::multistore::cinder,to configure keystone region used for connection to cinder.
The new parameters, cinder_enforce_multipath and cinder_use_multipath, areintoroduced into cinder::backend::multistore::cinder class, so thatoperators can define multipath usage in volume connection.
Deprecation Notes¶
glance::api::os_region_nameandglance::registry::os_region_namewere deperecated. Use new cinder_os_region_name pamraeters instead.
16.2.0¶
Upgrade Notes¶
Support for el6 (RHEL6.x, CentOS6.x and so on) has been removed.
Deprecated idle_timeout option has been removed.
Deprecation Notes¶
database_min_pool_size option is now deprecated for removal, the parameter has no effect.
16.1.0¶
Deprecation Notes¶
glance::api::registry_host, glance::api::registry_port and glance::api::registry_client_protocol are deprecated, becausethe corresponding parameters were deprecated in glance.
glance::api::show_multiple_locations was deprecated because thecorresponging parameter ins glance was deprecated.
16.0.0¶
New Features¶
Add glance::api::enabled_backends and glance::api::default_backendparameters for configuring glance backends. The parameters implementglance’s Multi Store syntax, which supports configuring multiple backendsof the same type (e.g. multiple rbd backends). Multiple backends of thesame type may be specified using new glance::backend::multistore::*defined resource types.
Deprecation Notes¶
The following parameters are deprecated due to the corresponding parametersbeing deprecated in glance. They are replaced by the newglance::api::enabled_backends and glance::api::default_backend parameters.* glance::api::stores* glance::api::default_store* glance::api::multi_store
The following backend resources are deprecated because they are associatedwith the deprecated glance::api::stores parameter. They are replaced bycorresponding glance::backend::multistore resources, except for the s3backend which was removed from glance in Newton.* glance::backend::cinder* glance::backend::file* glance::backend::rbd* glance::backend::s3* glance::backend::swift* glance::backend::vsphere
