Merge "Add data-processing-cluster hidden tag"

This commit is contained in:
Jenkins 2015-09-21 05:36:58 +00:00 committed by Gerrit Code Review
commit 6f8c9bdc6a

View File

@ -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).')),