Merge "Add OS_REGION_NAME to admin-openrc.sh.j2"
This commit is contained in:
commit
141f19baf6
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user