Queens Series Release Notes¶
12.4.0-5¶
New Features¶
- Add openstack-db tag to Exec that run db-sync. 
12.3.0¶
New Features¶
- Add the execution_interval parameter to the cron trigger manifest. 
- Adds the kombu_failover_strategy option for configuring oslo.messaging.rabbit. This will determines how the next RabbitMQ node is chosen in case the one we are currently connected to becomes unavailable. 
12.2.0¶
New Features¶
- Add new parameters that allow configuring cron trigger settings. 
- Adds the use_journal option for configuring oslo.log. This will enable passing the logs to journald. 
12.1.0¶
New Features¶
- Expose use_json logging parameter, which enables JSON formatted logging. 
12.0.0¶
New Features¶
- Configure keystonemiddleware in a consistent way with all options required for Keystone v3. 
- Add parameter to apache_wsgi to allow overwrite and/or add additional wsgi process options. 
Deprecation Notes¶
- revocation_cache_time option is now deprecated for removal, the parameter has no effect. 
- mistral::keystone_tenant is deprecated in favor of mistral::keystone::authtoken::project_name. 
- mistral::keystone_user is deprecated in favor of mistral::keystone::authtoken::username. 
- mistral::keystone_password is deprecated in favor of mistral::keystone::authtoken::password. 
- mistral::identity_uri is deprecated in favor of mistral::keystone::authtoken::auth_url. 
- mistral::auth_uri is deprecated in favor of mistral::keystone::authtoken::auth_uri. 
