kolla-ansible/releasenotes/notes/bug-1933209-73e78353cb5c3266.yaml
Radosław Piliszek f71646da18 Fix Masakari host monitor default config
Closes-Bug: #1933209
Change-Id: I644ad475ca88aac0c22b14163d33a30193fe706a
2021-07-01 18:22:10 +00:00

12 lines
462 B
YAML

---
fixes:
- |
Fixes default Masakari host monitor config to work with other config that
Kolla Ansible sets.
This sets ``disable_ipmi_check`` due to ``restrict_to_remotes`` being set.
It prevents the ``TypeError`` that happened when host monitor had to
take action.
This does not affect any functionality so far as Kolla Ansible does not
manage IPMI credentials in Pacemaker.
`LP#1933209 <https://launchpad.net/bugs/1933209>`__