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
... ...
@@ -133,6 +133,7 @@ function configure_heat {
133 133
 
134 134
     # OpenStack API
135 135
     iniset $HEAT_CONF heat_api bind_port $HEAT_API_PORT
136
+    iniset $HEAT_CONF heat_api workers "$API_WORKERS"
136 137
 
137 138
     # Cloudformation API
138 139
     iniset $HEAT_CONF heat_api_cfn bind_port $HEAT_API_CFN_PORT