Train Series Release Notes

15.5.0-2

New Features

  • The new heat::executor_thread_pool_size parameter has been added.

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

15.5.0

New Features

  • Add TLS options to oslo.cache

  • vhost_custom_fragment was added to heat::wsgi::apache_api so one can configure custom fragments for the Heat API vhost.

  • Added server_keystone_endpoint_type parameter to heat::engine.

15.4.0

New Features

  • Add support to configure service_token_roles in authtoken middleware.

Upgrade Notes

  • Deprecated heat_clients_keystone_uri option has been removed.

15.2.0

New Features

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

Upgrade Notes

  • The deprecated pki related options check_revocations_for_cached and hash_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.

  • memcache_socket_timeout is changed to float value.

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.