Victoria Series Release Notes

17.6.0

New Features

  • The new aodh::keystone::authtoken::service_type parameter has been added to configure the service_type parameter in authtoken middleware.

17.5.0

New Features

  • Now the aodh::expirer class installs aodh-expire package automatically. The status of package can be defined by the package_ensure parameter.

Deprecation Notes

  • Usage of undef for the following parameters has been deprecated and it won’t be replaced by the default value automatically in a future release. Set the exact value or use the parameters defined in the aodh::param class.

    • wsgi::apache::aodh_wsgi_script_path

    • wsgi::apache::aodh_wsgi_script_source

17.3.0

New Features

  • Add mysql_enable_ndb parameter to select mysql storage engine.

  • The new aodh::expirer class has been added to support a cron job to run aodh-expirer command.

  • The aodh::quota class has been added to support parameters to define quota.

17.2.0

New Features

  • The new aodh::keystone::authtoken::interface parameter has been added, which can be used to set the interface parameter in authtoken middleware.