Merge "Use internal interface instead of public interface"
This commit is contained in:
commit
d1d855794d
@ -5,6 +5,7 @@ export OS_TENANT_NAME=admin
|
||||
export OS_USERNAME=admin
|
||||
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
|
||||
{% if kolla_enable_tls_external | bool and kolla_external_fqdn_cacert %}
|
||||
export OS_CACERT={{ kolla_external_fqdn_cacert }}
|
||||
|
@ -2,6 +2,7 @@
|
||||
- name: Waiting for nova-compute service up
|
||||
command: >
|
||||
docker exec kolla_toolbox openstack
|
||||
--os-interface internal
|
||||
--os-auth-url {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}/v3
|
||||
--os-identity-api-version 3
|
||||
--os-project-domain-name default
|
||||
|
Loading…
x
Reference in New Issue
Block a user