Browse code

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

Davanum Srinivas authored on 2015/01/25 09:21:34
Showing 1 changed files
... ...
@@ -132,6 +132,7 @@ function configure_heat {
132 132
 
133 133
     # OpenStack API
134 134
     iniset $HEAT_CONF heat_api bind_port $HEAT_API_PORT
135
+    iniset $HEAT_CONF heat_api workers "$API_WORKERS"
135 136
 
136 137
     # Cloudformation API
137 138
     iniset $HEAT_CONF heat_api_cfn bind_port $HEAT_API_CFN_PORT