Train Series Release Notes¶
15.6.0-1¶
New Features¶
The new
designate::keystone::authtoken::interface
parameter has been added, which can be used to set the interface parameter in authtoken middleware.
15.5.0¶
Upgrade Notes¶
The pool-manager is removed in this release so all related classes are deprecated and has no effect. You should move to using the producer instead.
Deprecation Notes¶
The designate::pool_manager, designate::pool_manager_cache::memcache, designate::pool_manager_cache::sqlalchemy classes is deprecated and has no effect. You should use the designate::producer class instead.
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.0.0¶
New Features¶
Add openstackclient installation to the client class.