Merge "Heat configuration param change for heat-api section"

This commit is contained in:
Jenkins 2017-01-10 14:20:00 +00:00 committed by Gerrit Code Review
commit 35c8029b05

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' %}