Merge "Set tacker-server api_workers using openstack_service_workers"

This commit is contained in:
Jenkins 2017-03-15 11:03:50 +00:00 committed by Gerrit Code Review
commit eef2af6150

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 }}