Merge "Heat configuration param change for heat-api section" into stable/newton

This commit is contained in:
Jenkins 2017-01-12 15:58:00 +00:00 committed by Gerrit Code Review
commit d7fcce6458
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
[heat_api]
bind_host = {{ api_interface_address }}
bind_port = {{ heat_api_port }}
works = {{ openstack_service_workers }}
workers = {{ openstack_service_workers }}
{% endif %}
{% if service_name == 'heat-api-cfn' %}