Ussuri Series Release Notes

9.0.3-1

New Features

  • Add support for libvirt auth in instancemonitor. Use the standard methods to provide the actual authentication credentials. The SASL library and pluggable authentication modules should be installed on the instancemonitor host, use the packages provided in the distro alongside libvirt-python.

9.0.3

Bug Fixes

  • Fixes hostmonitor reporting hosts down because of Pacemaker cluster partitioning. Now hostmonitor properly respects the status of Pacemaker cluster quorum. LP#1878548

9.0.2

Bug Fixes

  • Fixes hostmonitor hanging forever after certain exceptions. LP#1930361

9.0.0

New Features

  • A ‘hostname’ option has been added to the Masakari monitors configuration file which replaces the ‘host’ option. The option should be used to specify the Hostname, FQDN or IP address of the host.

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of masakari-monitors to support python 2.7 is OpenStack Train. The minimum version of Python now supported by masakari-monitors is Python 3.6.

Deprecation Notes

  • The ‘host’ option in the ‘DEFAULT’ section has been deprecated as it clashes with the name of a section in the same file. It has been replaced by the ‘hostname’ option.