Heat configuration param change for heat-api section
Making variable name "works" to "workers" for correct configuration as followed in other services Closes-Bug: #1655081 Change-Id: I333b7a7a98770e640db49e8103900957c629bad5
This commit is contained in:
parent
e1ed40bc79
commit
c7f5a388d7
@ -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' %}
|
||||
|
Loading…
Reference in New Issue
Block a user