Victoria Series Release Notes¶
4.5.0¶
New Features¶
The new
placement::keystone::authtoken::service_typeparameter has been added to configure the service_type parameter in authtoken middleware.
4.3.0¶
New Features¶
Add mysql_enable_ndb parameter to select mysql storage engine.
The new
placemaner::state_pathparameter has been added to specify the directory for storing state.
Upgrade Notes¶
Now the
placmenet::dbclass doesn’t include theplacement::configclass automatically. Include theplacement::configexplicitly in manifests if the class is required.
Deprecation Notes¶
The following two parameter have been deprecated, because they have had no effect since added.
placement::api::hostplacement::api::port
4.2.0¶
New Features¶
The new
placement::clientclass has been added to manage osc-placement package.
Bug Fixes¶
In wsgi configuration, now workers is used to define concurrency by default instead of threads, to be consistent with the other puppet modules.
4.1.0¶
New Features¶
Support for allocation_conflict_retry_count parameter has been added. Use
placement::allocation_conflict_retry_countto set the parameter.
Deprecation Notes¶
The
placmenet::apiclass will be required in a future release even when apache+wsgi is used.