Merge "Add api_version wraps for group snapshot list in v3/shell.py"

This commit is contained in:
Zuul 2018-03-19 17:05:45 +00:00 committed by Gerrit Code Review
commit 6996474656
1 changed files with 1 additions and 0 deletions

View File

@ -1516,6 +1516,7 @@ def do_group_list_replication_targets(cs, args):
utils.print_list(rep_targets, [key for key in rep_targets[0].keys()])
@api_versions.wraps('3.14')
@utils.arg('--all-tenants',
dest='all_tenants',
metavar='<0|1>',