From 905275ec9f51614911fbb915f8bba9896b3ab684 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sat, 24 Jan 2015 19:21:34 -0500 Subject: [PATCH] Bump up the count of workers for heat Looks like the workers is set to 0 which in heat is used mainly for profiling/debugging and not really useful in the devstack scenarios. https://github.com/openstack/heat/blob/master/heat/common/wsgi.py#L286 Partial-Bug: #1412923 Change-Id: Iccf6aeffd461fdc1f78022cbda370be4b9573267 --- lib/heat | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/heat b/lib/heat index 9a28af568b..ad9148ab64 100644 --- a/lib/heat +++ b/lib/heat @@ -133,6 +133,7 @@ function configure_heat { # OpenStack API iniset $HEAT_CONF heat_api bind_port $HEAT_API_PORT + iniset $HEAT_CONF heat_api workers "$API_WORKERS" # Cloudformation API iniset $HEAT_CONF heat_api_cfn bind_port $HEAT_API_CFN_PORT