Use internal API for masakari-monitor

By default api_interface is set to public, masakari-monitor
on compute nodes should communicate via the internal API to
reach masakari-api.

Change-Id: I454f44e57d7b17d93d4aefc4cbbed93aefe874b1
Closes-Bug: #1858431
This commit is contained in:
Gaëtan Trellu 2019-12-06 14:49:19 -05:00 committed by Radosław Piliszek
parent b8fb5666c3
commit 7f951ea56e
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@ project_domain_id = {{ default_project_domain_id }}
username = {{ masakari_keystone_user }}
password = {{ masakari_keystone_password }}
cafile = {{ openstack_cacert | default(omit) }}
api_interface = internal
[libvirt]
connection_uri = "qemu+tcp://{{ migration_interface_address | put_address_in_context('url') }}/system"

View File

@ -0,0 +1,7 @@
---
fixes:
- |
``masakari-monitor`` will now use the internal API to
reach masakari-api.
`LP#1858431
<https://bugs.launchpad.net/kolla-ansible/+bug/1858431>`__