| commit | ba5a8198d2116486cf9f94e798827f127d43d5a6 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Nov 07 02:22:18 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Nov 07 02:22:18 2013 +0000 |
| tree | b4bf034973a7f989f17439e2ea97402031620b18 | |
| parent | ddf656fdb631e575c71c30dccd2ba0ec6a10d974 [diff] | |
| parent | 33eaa5698ca3ced12d7ab5a181cc381bdb19ce76 [diff] |
Merge "Use heat's default value for max_template_size"
diff --git a/lib/heat b/lib/heat index bf4d4bc..8f123ea 100644 --- a/lib/heat +++ b/lib/heat
@@ -120,9 +120,6 @@ 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 DEFAULT max_template_size 10240 - # heat environment sudo mkdir -p $HEAT_ENV_DIR sudo chown $STACK_USER $HEAT_ENV_DIR