Browse code

Merge "Use heat's default value for max_template_size"

Jenkins authored on 2013/11/07 11:22:18
Showing 1 changed files
... ...
@@ -120,9 +120,6 @@ function configure_heat() {
120 120
     iniset $HEAT_CONF heat_api_cloudwatch bind_host $HEAT_API_CW_HOST
121 121
     iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT
122 122
 
123
-    # Set limits to match tempest defaults
124
-    iniset $HEAT_CONF DEFAULT max_template_size 10240
125
-
126 123
     # heat environment
127 124
     sudo mkdir -p $HEAT_ENV_DIR
128 125
     sudo chown $STACK_USER $HEAT_ENV_DIR