Add OS_AUTH_URL to admin-openrc
gnocchi client requires this, others may also Change-Id: I848df2e4964958902955f7c72e94e1e64a67bca1
This commit is contained in:
parent
e60e95c34c
commit
b667b64e3a
@ -8,6 +8,7 @@ export OS_AUTH_URL={{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_
|
||||
export OS_INTERFACE=internal
|
||||
export OS_IDENTITY_API_VERSION=3
|
||||
export OS_REGION_NAME={{ openstack_region_name }}
|
||||
export OS_AUTH_PLUGIN=password
|
||||
{% if kolla_enable_tls_external | bool and kolla_external_fqdn_cacert %}
|
||||
export OS_CACERT={{ kolla_external_fqdn_cacert }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user