Rocky Series Release Notes¶
13.3.1-3¶
New Features¶
Added keystone_region_name parameter to magnum::keystone::domain class.
13.3.1¶
New Features¶
Added magnum::api::workers and magnum::conductor::workers which can be used to specify the number of worker processes.
Added magnum::api::manage_service that can be used to determine if we should manage the service state or not.
Added new class magnum::wsgi::apache, you can now run the magnum API under Apache with mod_wsgi.
13.3.0¶
New Features¶
Added new parameters magnum::rabbit_ha_queues, magnum::rabbit_heartbeat_timeout_threshold and magnum::rabbit_heartbeat_rate.
Add new parameter “amqp_durable_queues”, to indicate whether to use durable queues in AMQP
13.1.0¶
Upgrade Notes¶
The deprecated magnum::rabbit_host, magnum::rabbit_hosts, magnum::rabbit_password, magnum::rabbit_port, magnum::rabbit_userid and magnum::rabit_virtual_host are now removed. Please use magnum::default_transport_url instead.
13.0.0¶
New Features¶
Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy.
Add openstack-db tag to Exec that run db-sync.
Upgrade Notes¶
Deprecated keystone::authtoken::revocation_cache_time option has been removed.
Deprecation Notes¶
auth_uri is deprecated and will be removed in a future release. Please use www_authenticate_uri instead.