Newton Series Release Notes¶
9.5.0¶
Bug Fixes¶
Fixes bug 1644699 so we’re able to correctly install murano client package in RedHat platforms.
9.4.0¶
Bug Fixes¶
Murano application provider has problem with updating murano package importing, when new version is released. That was because of incorrect handling of ‘exists-action’ option. Now, it has been moved into separate property, that will allow properly handle update if needed.
9.3.0¶
New Features¶
Add ability to configure dashboard label
Murano CFAPI service configuration has been moved into separate config files (as main config file as paste ini).
Networking driver now explicitly set based on $use_neutron setting.
9.2.0¶
New Features¶
Add ability to configure dashboard log handler
Bug Fixes¶
Added the ability to manage the memcached servers for keystone_authtoken in murano
9.1.0¶
Bug Fixes¶
The keystone auth class has been updated to provide a default service_name to allow a user to specify a custom auth_name that may not contain the name of the service.
9.0.0¶
New Features¶
Add ability to deploy Murano CloudFoundry service broker API.
Add new options to communicate with Glare API.
Use Keystone endpoint with version-less, to use Keystone v3 when available.
Support of PyMySQL driver for MySQL backend.
Switch to puppet-oslo resource usage (instead of manual configuration file editing).
Release notes are no longer maintained by hand, we now use the reno tool to manage them.
Upgrade Notes¶
Replace deprecated syncdb command to use migrate for Dashboard database.
Deprecation Notes¶
verbose option is now deprecated for removal, the parameter has no effect.
Bug Fixes¶
Change default admin_user and admin_tenant_name. To match with other modules change admin_user to murano and admin_tenant_name to service.
Other Notes¶
Drop all Qpid support, it was removed from Oslo in Mitaka.