Add endpoint type specifications to murano config

Setting endpoint_type to internalURL in the murano config allows murano
to work properly when using self-signed certificates.

Change-Id: I5873f92994d790d597ec5e97163bbf8001c362b9
This commit is contained in:
Mark Giles 2018-04-27 12:12:18 -04:00
parent 32fa09968b
commit ecfc28dbd3

View File

@ -74,3 +74,15 @@ password = {{ murano_keystone_password }}
user_domain_name = {{ default_project_domain_name }}
{% endif %}
{% endif %}
[neutron]
endpoint_type = internalURL
[heat]
endpoint_type = internalURL
[glance]
endpoint_type = internalURL
[mistral]
endpoint_type = internalURL