aboutsummaryrefslogtreecommitdiffstats
path: root/tripleo_heat_templates/environment_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tripleo_heat_templates/environment_generator.py')
-rwxr-xr-xtripleo_heat_templates/environment_generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tripleo_heat_templates/environment_generator.py b/tripleo_heat_templates/environment_generator.py
index b3e327f0..876dd854 100755
--- a/tripleo_heat_templates/environment_generator.py
+++ b/tripleo_heat_templates/environment_generator.py
@@ -68,6 +68,7 @@ def _generate_environment(input_env, parent_env=None):
if parent_env is None:
parent_env = {}
env = dict(parent_env)
+ env.pop('children', None)
env.update(input_env)
parameter_defaults = {}
param_names = []