summaryrefslogtreecommitdiff
path: root/cinderclient/v2
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-03-24 18:38:53 +0000
committerGerrit Code Review <review@openstack.org>2016-03-24 18:38:53 +0000
commit7556a74ae68470fb8dca9d4663afd20456768619 (patch)
tree0a53ac7ef46b8b6ae28d45836ac0e036710ddc59 /cinderclient/v2
parent07143aa252174e8ad4bb7f27a7699b1b0329e51b (diff)
parentb83835d618e72ca46a8bef91ce5cf91bc7ffb45b (diff)
downloadpython-cinderclient-7556a74ae68470fb8dca9d4663afd20456768619.tar.gz
Merge "Removed Extra code"
Diffstat (limited to 'cinderclient/v2')
-rw-r--r--cinderclient/v2/shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py
index d575034..071a966 100644
--- a/cinderclient/v2/shell.py
+++ b/cinderclient/v2/shell.py
@@ -2448,7 +2448,6 @@ def do_consisgroup_update(cs, args):
@utils.service_type('volumev2')
def do_cgsnapshot_list(cs, args):
"""Lists all cgsnapshots."""
- cgsnapshots = cs.cgsnapshots.list()
all_tenants = int(os.environ.get("ALL_TENANTS", args.all_tenants))