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
This commit is contained in:
parent
cc9d7330e9
commit
905275ec9f
1
lib/heat
1
lib/heat
@ -133,6 +133,7 @@ function configure_heat {
|
|||||||
|
|
||||||
# OpenStack API
|
# OpenStack API
|
||||||
iniset $HEAT_CONF heat_api bind_port $HEAT_API_PORT
|
iniset $HEAT_CONF heat_api bind_port $HEAT_API_PORT
|
||||||
|
iniset $HEAT_CONF heat_api workers "$API_WORKERS"
|
||||||
|
|
||||||
# Cloudformation API
|
# Cloudformation API
|
||||||
iniset $HEAT_CONF heat_api_cfn bind_port $HEAT_API_CFN_PORT
|
iniset $HEAT_CONF heat_api_cfn bind_port $HEAT_API_CFN_PORT
|
||||||
|
Loading…
Reference in New Issue
Block a user