From bf0f155d13086cb4afcd510e4f9730d9f879a786 Mon Sep 17 00:00:00 2001 From: yuqian Date: Sun, 6 May 2018 17:17:43 +0800 Subject: [PATCH] Make sure aodh/service_credentials wotks with internalURL Aodh service credential defaults to publicURL. Aodh should work with the internal interface (v3 API Identity syntax): ..... [service_credentials] interface = internal ..... Change-Id: Ie11290be25291fee1938032ae6294546fb7a98f3 --- ansible/roles/aodh/templates/aodh.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/aodh/templates/aodh.conf.j2 b/ansible/roles/aodh/templates/aodh.conf.j2 index dce3afbfa8..4fb1b19716 100644 --- a/ansible/roles/aodh/templates/aodh.conf.j2 +++ b/ansible/roles/aodh/templates/aodh.conf.j2 @@ -44,6 +44,7 @@ project_name = service project_domain_id = {{ default_project_domain_id }} user_domain_id = {{ default_user_domain_id }} auth_type = password +interface = internal [oslo_messaging_notifications] transport_url = {{ notify_transport_url }}