Skip to content
Snippets Groups Projects
Commit 24beec2e authored by shaofeng_cheng's avatar shaofeng_cheng
Browse files

Add OS_REGION_NAME to admin-openrc.sh.j2

Change-Id: I6c769e5231e9d0e327ef6b9928666369d694f5fe
Closes-Bug: #1685692
parent 8b58515e
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ export OS_PASSWORD={{ keystone_admin_password }} ...@@ -7,6 +7,7 @@ export OS_PASSWORD={{ keystone_admin_password }}
export OS_AUTH_URL={{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}/v3 export OS_AUTH_URL={{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}/v3
export OS_INTERFACE=internal export OS_INTERFACE=internal
export OS_IDENTITY_API_VERSION=3 export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME={{ openstack_region_name }}
{% if kolla_enable_tls_external | bool and kolla_external_fqdn_cacert %} {% if kolla_enable_tls_external | bool and kolla_external_fqdn_cacert %}
export OS_CACERT={{ kolla_external_fqdn_cacert }} export OS_CACERT={{ kolla_external_fqdn_cacert }}
{% endif %} {% endif %}
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