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
This commit is contained in:
parent
998b9fbbec
commit
bf0f155d13
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user