Browse code

Merge "Bump up the count of workers for heat"

Jenkins authored on 2015/02/03 19:11:26
Showing 1 changed files
... ...
@@ -150,6 +150,7 @@ function configure_heat {
150 150
 
151 151
     # OpenStack API
152 152
     iniset $HEAT_CONF heat_api bind_port $HEAT_API_PORT
153
+    iniset $HEAT_CONF heat_api workers "$API_WORKERS"
153 154
 
154 155
     # Cloudformation API
155 156
     iniset $HEAT_CONF heat_api_cfn bind_port $HEAT_API_CFN_PORT