Rocky Series Release Notes¶
13.3.0¶
New Features¶
Added new class sahara::wsgi::apache, you can now run the API under Apache with mod_wsgi.
Other Notes¶
Added support for running Sahara API in WSGI, like on Ubuntu where eventlet is not supported.
13.1.0¶
Upgrade Notes¶
The deprecated sahara::rabbit_host, sahara::rabbit_hosts, sahara::rabbit_password, sahara::rabbit_port, sahara::rabbit_userid and sahara::rabit_virtual_host are now removed. Please use sahara::default_transport_url instead.
Deprecated sahara::rabbit_max_retries option has been removed.
13.0.0¶
New Features¶
Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy.
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.