kolla-ansible/releasenotes/notes/masakari-libvirt-sasl-f368c31c0b5567b6.yaml
Mark Goddard 5d28a7c89b masakari: support libvirt SASL in instance monitor
Since enabling libvirt SASL authentication, the masakari instance
monitor fails to connect to libvirt. We see the following error in logs:

    libvirt.libvirtError: authentication failed: Failed to start SASL
    negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs
    found)

This change adds support for SASL authentication in Masakari instance
monitor.

Depends-On: https://review.opendev.org/c/openstack/kolla/+/834456
Closes-Bug: #1965754
Change-Id: I974046662b383a12ac6281b725523760a96657bd
2022-05-21 13:27:27 +00:00

7 lines
249 B
YAML

---
fixes:
- |
Fixes an issue with Masakari instance monitor when libvirt SASL is enabled.
libvirt SASL was enabled by default in a recent change to Kolla Ansible.
`LP#1965754 <https://bugs.launchpad.net/kolla-ansible/+bug/1965754>`__