diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-16 21:11:48 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-16 21:11:48 +0000 |
commit | a51a09cf6d255a81886ebd7904ab5f8414dad782 (patch) | |
tree | 7cdb197924f257c0c5b9caeebae1b43f65b59425 /tripleo_heat_templates | |
parent | 7a9718c385d6e93b49f3bc03e7a909adf9a4fdf9 (diff) | |
parent | 316dfbd5c60de5a2368df558f67f89ce6f3bd197 (diff) |
Merge "Add ServiceData to hidden params"
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', ] |