Mitaka Series Release Notes

8.0.0

Prelude

This is the first Mitaka release for puppet-trove module.

New Features

  • Dependencies are now managed in an external class. This allows installing Trove via other methods besides packages.

  • The client_package_name is now configurable. It defaults to the name in the params class.

  • Add notification system options in trove.

  • Add rabbit_ha_queues and amqp_durable_queues options.

  • Support of PyMySQL driver for MySQL backend.

  • Release notes are no longer maintained by hand, we now use the reno tool to manage them.

Deprecation Notes

  • Deprecate old authentification parameters.

  • Remove deprecated mysql_module parameter.

  • Put all the logging related parameters to the logging class.

  • Remove QPID messaging support. Qpid messaging driver is removed from oslo.messaging so we won’t support anymore.

Bug Fixes

  • when guestagent.conf is configured via template, it did not use the rabbit_hosts settings. This is now enabled. This change also moves the templated guestagent.conf rabbit config into the correct section. Finally this properly sets the ha_queues setting when the template is used.