Skip to content
Snippets Groups Projects
Commit 8759e3b9 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Configure coordination_url for cloudkitty processor"

parents 5869030d 0e38fc28
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