Merge "Lower Heat max_template_size for Tempest"

This commit is contained in:
Jenkins 2013-09-10 16:10:15 +00:00 committed by Gerrit Code Review
commit 6c362f7528

View File

@ -121,6 +121,9 @@ function configure_heat() {
iniset $HEAT_CONF heat_api_cloudwatch bind_host $HEAT_API_CW_HOST
iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT
# Set limits to match tempest defaults
iniset $HEAT_CONF max_template_size 10240
# heat environment
sudo mkdir -p $HEAT_ENV_DIR
sudo chown $STACK_USER $HEAT_ENV_DIR