Merge "Add data-processing-cluster hidden tag"
This commit is contained in:
commit
6f8c9bdc6a
@ -194,7 +194,7 @@ engine_opts = [
|
|||||||
'zaqar queue to be signaled using the provided keystone '
|
'zaqar queue to be signaled using the provided keystone '
|
||||||
'credentials.')),
|
'credentials.')),
|
||||||
cfg.ListOpt('hidden_stack_tags',
|
cfg.ListOpt('hidden_stack_tags',
|
||||||
default=[],
|
default=['data-processing-cluster'],
|
||||||
help=_('Stacks containing these tag names will be hidden. '
|
help=_('Stacks containing these tag names will be hidden. '
|
||||||
'Multiple tags should be given in a comma-delimited '
|
'Multiple tags should be given in a comma-delimited '
|
||||||
'list (eg. hidden_stack_tags=hide_me,me_too).')),
|
'list (eg. hidden_stack_tags=hide_me,me_too).')),
|
||||||
|
Loading…
Reference in New Issue
Block a user