Merge "Use 'openstack_service_workers' as the nb of Cloudkitty workers"

This commit is contained in:
Zuul 2019-06-24 13:08:26 +00:00 committed by Gerrit Code Review
commit 417fa831bc
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,6 @@ openstack_cloudkitty_auth: "{{ openstack_auth }}"
####################
cloudkitty_openstack_keystone_default_role: "rating"
####################
# Kolla
####################

View File

@ -58,3 +58,5 @@ port = {{ cloudkitty_api_port }}
[orchestrator]
coordination_url = mysql://{{ cloudkitty_database_user }}:{{ cloudkitty_database_password }}@{{ cloudkitty_database_address }}/{{ cloudkitty_database_name }}
max_workers = {{ openstack_service_workers }}