Merge "Make sahara api worker configurable"

This commit is contained in:
Jenkins 2016-10-10 19:31:09 +00:00 committed by Gerrit Code Review
commit 6d40d52dcd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ host = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['addr
transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
use_neutron = True
api_workers = 2
api_workers = {{ openstack_service_workers }}
use_floating_ips = False
use_namespaces = True
use_rootwrap = True