Merge "Set mistral-server workers using openstack_service_workers"
This commit is contained in:
commit
c0df4ab8b6
@ -13,6 +13,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
|
|||||||
[api]
|
[api]
|
||||||
host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||||
port = {{ mistral_api_port }}
|
port = {{ mistral_api_port }}
|
||||||
|
api_workers = {{ openstack_service_workers }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user