Skip to content
Snippets Groups Projects
Commit b9f07bc3 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Set mistral to use internalURL in admin-openrc.sh"

parents 57339030 1763afc2
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ export OS_ENDPOINT_TYPE=internalURL
{% if enable_manila | bool %}
export OS_MANILA_ENDPOINT_TYPE=internalURL
{% endif %}
{% if enable_mistral | bool %}
export OS_MISTRAL_ENDPOINT_TYPE=internalURL
{% endif %}
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME={{ openstack_region_name }}
export OS_AUTH_PLUGIN=password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment