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:
parent
0406be8328
commit
316dfbd5c6
@ -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',
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user