Merge "Add OS_REGION_NAME to admin-openrc.sh.j2"

This commit is contained in:
Jenkins 2017-04-26 14:44:34 +00:00 committed by Gerrit Code Review
commit 141f19baf6

View File

@ -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_INTERFACE=internal
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME={{ openstack_region_name }}
{% if kolla_enable_tls_external | bool and kolla_external_fqdn_cacert %}
export OS_CACERT={{ kolla_external_fqdn_cacert }}
{% endif %}