From c7f5a388d7377d94c31f46bc65c2fb503db5f644 Mon Sep 17 00:00:00 2001
From: Surya Prakash Singh <surya.singh@nectechnologies.in>
Date: Mon, 9 Jan 2017 19:14:50 +0530
Subject: [PATCH] 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
---
 ansible/roles/heat/templates/heat.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2
index c68e4453f..c21cb1a82 100644
--- a/ansible/roles/heat/templates/heat.conf.j2
+++ b/ansible/roles/heat/templates/heat.conf.j2
@@ -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' %}
-- 
GitLab