Skip to content
Snippets Groups Projects
Commit 0e38fc28 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Configure coordination_url for cloudkitty processor

Cloudkitty processor use tooz to handle multi processor processes.
Otherwise, duplicated billing will be inserted into mysql.

Change-Id: Ifdc1be78afa89499ee4c3bbec5b9db8ddb2929cf
Closes-Bug: #1681160
parent 6d6d7b37
No related branches found
No related tags found
No related merge requests found
......@@ -49,3 +49,6 @@ auth_section = keystone_authtoken
[api]
host_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
port = {{ cloudkitty_api_port }}
[orchestrator]
coordination_url = mysql://{{ cloudkitty_database_user }}:{{ cloudkitty_database_password }}@{{ cloudkitty_database_address }}/{{ cloudkitty_database_name }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment