added internalURL to all applicable clients
This commit is contained in:
parent
cfe01cb2a6
commit
4ba7dd394e
@ -38,6 +38,30 @@ rabbit_virtual_host = {{ rabbit_virtual_host }}
|
||||
[clients]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_ceilometer]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_cinder]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_heat]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_keystone]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_neutron]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_nova]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_swift]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[clients_trove]
|
||||
endpoint_type = internalURL
|
||||
|
||||
[database]
|
||||
connection = mysql://{{ container_mysql_user }}:{{ container_mysql_password }}@{{ mysql_address }}/{{ container_database }}?charset=utf8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user