Skip to content
Snippets Groups Projects
Commit 7f951ea5 authored by Gaëtan Trellu's avatar Gaëtan Trellu Committed by Radosław Piliszek
Browse files

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
parent b8fb5666
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ project_domain_id = {{ default_project_domain_id }} ...@@ -11,6 +11,7 @@ project_domain_id = {{ default_project_domain_id }}
username = {{ masakari_keystone_user }} username = {{ masakari_keystone_user }}
password = {{ masakari_keystone_password }} password = {{ masakari_keystone_password }}
cafile = {{ openstack_cacert | default(omit) }} cafile = {{ openstack_cacert | default(omit) }}
api_interface = internal
[libvirt] [libvirt]
connection_uri = "qemu+tcp://{{ migration_interface_address | put_address_in_context('url') }}/system" connection_uri = "qemu+tcp://{{ migration_interface_address | put_address_in_context('url') }}/system"
---
fixes:
- |
``masakari-monitor`` will now use the internal API to
reach masakari-api.
`LP#1858431
<https://bugs.launchpad.net/kolla-ansible/+bug/1858431>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment