summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-03-19 17:05:45 +0000
committerGerrit Code Review <review@openstack.org>2018-03-19 17:05:45 +0000
commit6996474656d5927da1a382f35fe6a32cf03638fd (patch)
tree0600fe8d1a3027a1d81fb22787d2ae97a8bdf33a
parent3b3dc95c1cfd2fc0f7fdb813956c92962a7db8e3 (diff)
parent0fb448cc6d0c7b3c422bed22bf004ac575b83293 (diff)
downloadpython-cinderclient-6996474656d5927da1a382f35fe6a32cf03638fd.tar.gz
Merge "Add api_version wraps for group snapshot list in v3/shell.py"
-rw-r--r--cinderclient/v3/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py
index 05bdbef..cd385b4 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -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>',