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
This commit is contained in:
Ben Nemec 2017-08-11 16:16:24 -05:00
parent 0406be8328
commit 316dfbd5c6
1 changed files with 1 additions and 1 deletions

View File

@ -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',
]