From 08431c7c0601f64e6f0477dd502bf912eba8529b Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 24 Nov 2014 12:38:30 +1000 Subject: Add "parameter_defaults" to the environment This give the user a way to set defaults recursively down nested stacks without having to create the parameter in every template (it's ignored if the template does not have the parameter). blueprint env-nested-usability Change-Id: Ie6b4481417204a527d322fd532c341b9acbce473 --- heat/tests/test_environment_format.py | 1 + 1 file changed, 1 insertion(+) (limited to 'heat/tests/test_environment_format.py') diff --git a/heat/tests/test_environment_format.py b/heat/tests/test_environment_format.py index 75d975d93..25f636b61 100644 --- a/heat/tests/test_environment_format.py +++ b/heat/tests/test_environment_format.py @@ -24,6 +24,7 @@ class YamlEnvironmentTest(common.HeatTestCase): yaml1 = '' yaml2 = ''' parameters: {} +parameter_defaults: {} resource_registry: {} ''' tpl1 = environment_format.parse(yaml1) -- cgit v1.2.1