Adds the api_workers option

This commit is contained in:
Jorge Niedbalski 2015-07-09 18:31:30 -03:00
parent 7c2fc52176
commit a71ac4fd12
1 changed files with 1 additions and 1 deletions

View File

@ -8,12 +8,12 @@
debug = {{ debug }}
verbose = {{ verbose }}
use_syslog = {{ use_syslog }}
api_workers = {{ api_workers }}
{% include "parts/rabbitmq" -%}
[api]
port = {{ port }}
api_workers = {{ api_workers }}
[service_credentials]
os_auth_url = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0