Merge "Configure coordination_url for cloudkitty processor"
This commit is contained in:
commit
8759e3b99b
@ -49,3 +49,6 @@ auth_section = keystone_authtoken
|
|||||||
[api]
|
[api]
|
||||||
host_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
host_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||||
port = {{ cloudkitty_api_port }}
|
port = {{ cloudkitty_api_port }}
|
||||||
|
|
||||||
|
[orchestrator]
|
||||||
|
coordination_url = mysql://{{ cloudkitty_database_user }}:{{ cloudkitty_database_password }}@{{ cloudkitty_database_address }}/{{ cloudkitty_database_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user