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:
parent
32fa09968b
commit
ecfc28dbd3
@ -74,3 +74,15 @@ password = {{ murano_keystone_password }}
|
|||||||
user_domain_name = {{ default_project_domain_name }}
|
user_domain_name = {{ default_project_domain_name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
[neutron]
|
||||||
|
endpoint_type = internalURL
|
||||||
|
|
||||||
|
[heat]
|
||||||
|
endpoint_type = internalURL
|
||||||
|
|
||||||
|
[glance]
|
||||||
|
endpoint_type = internalURL
|
||||||
|
|
||||||
|
[mistral]
|
||||||
|
endpoint_type = internalURL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user