Add ServiceData to hidden params
authorBen Nemec <bnemec@redhat.com>
Fri, 11 Aug 2017 21:16:24 +0000 (16:16 -0500)
committerBen Nemec <bnemec@redhat.com>
Fri, 11 Aug 2017 21:35:28 +0000 (16:35 -0500)
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

tripleo_heat_templates/environment_generator.py

index 876dd85..f146939 100755 (executable)
@@ -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',
                   ]