Merge "Add the api works num for watcher"

This commit is contained in:
Zuul 2017-10-25 02:13:20 +00:00 committed by Gerrit Code Review
commit 5a208e0c5f

View File

@ -9,6 +9,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
[api]
host = {{ api_interface_address }}
port = {{ watcher_api_port }}
workers = {{ openstack_service_workers }}
{% endif %}
[database]