Add data-processing-cluster hidden tag
Data Processing service wants to use tags to hide stacks created during sahara heat engine work. So, add data-processing-cluster tag to list of default hidden tags. Change-Id: Ib5564b60f9a49bff9003fce7e6e9f6b7d846ca48
This commit is contained in:
parent
24b1fbce28
commit
b6a946cb0e
@ -188,7 +188,7 @@ engine_opts = [
|
||||
'resource-signal using the provided keystone '
|
||||
'credentials')),
|
||||
cfg.ListOpt('hidden_stack_tags',
|
||||
default=[],
|
||||
default=['data-processing-cluster'],
|
||||
help=_('Stacks containing these tag names will be hidden. '
|
||||
'Multiple tags should be given in a comma-delimited '
|
||||
'list (eg. hidden_stack_tags=hide_me,me_too).')),
|
||||
|
Loading…
Reference in New Issue
Block a user