Set tacker-server api_workers using openstack_service_workers

Closes-Bug: #1671806
Change-Id: I13145c495b865a16a2eccbaf778c37a82882a7a8
This commit is contained in:
Bertrand Lallau 2017-03-10 13:24:15 +01:00
parent 0160521337
commit 3aba2ff3a6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
bind_host = {{ api_interface_address }}
bind_port = {{ tacker_server_port }}
api_workers = {{ openstack_service_workers }}
{% if enable_nova | bool %}
nova_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ nova_api_port }}