diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-08-11 16:16:24 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-08-11 16:35:28 -0500 |
commit | 316dfbd5c60de5a2368df558f67f89ce6f3bd197 (patch) | |
tree | 117172dd8bc2a903e4f0f7b20113c3fc6043259b /tripleo_heat_templates | |
parent | 0406be8328b51d9d55f5e2421919d86b85dbc987 (diff) |
Add ServiceData to hidden params
It looks like this was added recently and it doesn't appear to be a
parameter we want in the sample environments.
Change-Id: I0ac433553e7ad9b0a54c011b66c54b4692b44be0
Diffstat (limited to 'tripleo_heat_templates')
-rwxr-xr-x | tripleo_heat_templates/environment_generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tripleo_heat_templates/environment_generator.py b/tripleo_heat_templates/environment_generator.py index 876dd854..f1469390 100755 --- a/tripleo_heat_templates/environment_generator.py +++ b/tripleo_heat_templates/environment_generator.py @@ -50,7 +50,7 @@ _PRIVATE_OVERRIDES = ['server', 'servers', 'NodeIndex', 'DefaultPasswords'] # static. This allows us to generate sample environments using them when # necessary, but they won't be improperly included by accident. _HIDDEN_PARAMS = ['EndpointMap', 'RoleName', 'RoleParameters', - 'ServiceNetMap', + 'ServiceNetMap', 'ServiceData', ] |