Train Series Release Notes

15.5.0-1

New Features

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

15.5.0

New Features

  • The newaodh::expirer class has been added to support a cron job to runaodh-expirer command.

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

15.4.0

New Features

  • Add support to configure service_token_roles in authtoken middleware.

15.2.0

New Features

  • Allow users to run the RabbitMQ heartbeat over a native python thread in theoslo.messaging RabbitMQ driver, by using therabbit_heartbeat_in_pthreadoption in configuration.

Upgrade Notes

  • The deprecated parameters heat::api::host and heat::api::port is removed.

  • The deprecated parameter auth_endpoint_type in heat::auth is removed.Please use interface parameter instead.

  • The deprecated parameter heat::gnocchi_url is removed.

  • The deprecated pki related options check_revocations_for_cached andhash_algorithms option has been removed.

15.1.0

New Features

  • Add support to configure[oslo_middleware]/max_request_body_size with$max_request_body_size.

15.0.0

New Features

  • Add openstackclient installation to the client class.

Deprecation Notes

  • database_idle_timeout is deprecated and will be removed in a future release. Please use database_connection_recycle_time instead.