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

Set senlin-api workers using openstack_service_workers

Closes-Bug: #1671741
Change-Id: I05ab2fa4aec5fe492382a20b93242f6d2f80e98d
parent 01605213
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }} ...@@ -9,6 +9,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
[senlin_api] [senlin_api]
bind_host = {{ api_interface_address }} bind_host = {{ api_interface_address }}
bind_port = {{ senlin_api_port }} bind_port = {{ senlin_api_port }}
workers = {{ openstack_service_workers }}
{% endif %} {% endif %}
[authentication] [authentication]
......
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