diff options
| author | Petr Kovar <pkovar@redhat.com> | 2017-01-18 19:26:29 +0100 |
|---|---|---|
| committer | Petr Kovar <pkovar@redhat.com> | 2017-01-18 19:35:01 +0100 |
| commit | 0d9b8a14ef52e55c38b71f41435d5c04651ecbd0 (patch) | |
| tree | ed8329ab27bec688ac8fde89704f1b99d84bf374 /cinderclient/v2/shell.py | |
| parent | 936ad27a1f5622cc00923cdc20ce23a7276357a3 (diff) | |
| download | python-cinderclient-0d9b8a14ef52e55c38b71f41435d5c04651ecbd0.tar.gz | |
Fix spelling of consistency groups
Trivial fixes making the consistency group spelling more consistent.
Change-Id: I3716606a5415f2cbf966749de17b512c347b1790
Diffstat (limited to 'cinderclient/v2/shell.py')
| -rw-r--r-- | cinderclient/v2/shell.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index 31aed3d..7b2772c 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -2191,7 +2191,7 @@ def do_replication_reenable(cs, args): help='Shows details for all tenants. Admin only.') @utils.service_type('volumev2') def do_consisgroup_list(cs, args): - """Lists all consistencygroups.""" + """Lists all consistency groups.""" consistencygroups = cs.consistencygroups.list() columns = ['ID', 'Status', 'Name'] @@ -2346,7 +2346,7 @@ def do_consisgroup_delete(cs, args): 'separated by commas. Default=None.') @utils.service_type('volumev2') def do_consisgroup_update(cs, args): - """Updates a consistencygroup.""" + """Updates a consistency group.""" kwargs = {} if args.name is not None: |
