Merge "Set mistral to use internalURL in admin-openrc.sh"
This commit is contained in:
commit
b9f07bc3c4
@ -12,6 +12,9 @@ export OS_ENDPOINT_TYPE=internalURL
|
|||||||
{% if enable_manila | bool %}
|
{% if enable_manila | bool %}
|
||||||
export OS_MANILA_ENDPOINT_TYPE=internalURL
|
export OS_MANILA_ENDPOINT_TYPE=internalURL
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if enable_mistral | bool %}
|
||||||
|
export OS_MISTRAL_ENDPOINT_TYPE=internalURL
|
||||||
|
{% endif %}
|
||||||
export OS_IDENTITY_API_VERSION=3
|
export OS_IDENTITY_API_VERSION=3
|
||||||
export OS_REGION_NAME={{ openstack_region_name }}
|
export OS_REGION_NAME={{ openstack_region_name }}
|
||||||
export OS_AUTH_PLUGIN=password
|
export OS_AUTH_PLUGIN=password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user