Merge "Use internal API for masakari-monitor"
This commit is contained in:
commit
e298475488
@ -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"
|
||||
|
@ -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>`__
|
Loading…
Reference in New Issue
Block a user