Skip to content
Snippets Groups Projects
Commit 4c8accaf authored by Bertrand Lallau's avatar Bertrand Lallau
Browse files

Set magnum-api workers using openstack_service_workers

Change-Id: I8df89250d8430cf5abe3d0bd6387a3966591e435
Closes-Bug: #1671777
parent 01605213
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
[api]
port = {{ magnum_api_port }}
host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
workers = {{ openstack_service_workers }}
{% endif %}
[oslo_policy]
......
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