Victoria Series Release Notes

4.5.0

New Features

  • The new placement::keystone::authtoken::service_type parameter 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_path parameter has been added to specify the directory for storing state.

Upgrade Notes

  • Now the placmenet::db class doesn’t include the placement::config class automatically. Include the placement::config explicitly 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::host

    • placement::api::port

4.2.0

New Features

  • The new placement::client class 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_count to set the parameter.

Deprecation Notes

  • The placmenet::api class will be required in a future release even when apache+wsgi is used.