commit | b12d5e49b4db831c94524a623427db93d9f3e55f | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Sat Oct 12 06:49:13 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sat Oct 12 06:49:13 2013 +0000 |
tree | d088411e2442928fdbde1f08b6c0ab6d9c82804c | |
parent | 35c6fa68383dac4925115b738474ae8f0cd922f0 [diff] | |
parent | aa00311e908f85b710c80025bcf3b3e632ada13d [diff] |
Merge "Increase heat's default max_template_size"
diff --git a/tempest/config.py b/tempest/config.py index ff0cddb..db923e9 100644 --- a/tempest/config.py +++ b/tempest/config.py
@@ -410,7 +410,7 @@ default=None, help="Name of existing keypair to launch servers with."), cfg.IntOpt('max_template_size', - default=10240, + default=32768, help="Value must match heat configuration of the same name."), ]