diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-03-24 18:38:53 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-03-24 18:38:53 +0000 |
| commit | 7556a74ae68470fb8dca9d4663afd20456768619 (patch) | |
| tree | 0a53ac7ef46b8b6ae28d45836ac0e036710ddc59 /cinderclient/v2 | |
| parent | 07143aa252174e8ad4bb7f27a7699b1b0329e51b (diff) | |
| parent | b83835d618e72ca46a8bef91ce5cf91bc7ffb45b (diff) | |
| download | python-cinderclient-7556a74ae68470fb8dca9d4663afd20456768619.tar.gz | |
Merge "Removed Extra code"
Diffstat (limited to 'cinderclient/v2')
| -rw-r--r-- | cinderclient/v2/shell.py | 1 |
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)) |
