Merge pull request #110 from cloudnull/Issue109
added internalURL to all applicable clients
This commit is contained in:
commit
3915c10914
@ -38,6 +38,30 @@ rabbit_virtual_host = {{ rabbit_virtual_host }}
|
|||||||
[clients]
|
[clients]
|
||||||
endpoint_type = internalURL
|
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]
|
[database]
|
||||||
connection = mysql://{{ container_mysql_user }}:{{ container_mysql_password }}@{{ mysql_address }}/{{ container_database }}?charset=utf8
|
connection = mysql://{{ container_mysql_user }}:{{ container_mysql_password }}@{{ mysql_address }}/{{ container_database }}?charset=utf8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user