summaryrefslogtreecommitdiff
path: root/cinderclient/shell_utils.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-20 18:20:06 +0000
committerGerrit Code Review <review@openstack.org>2017-01-20 18:20:06 +0000
commite04a4149f296a367d82b9aa01df8a90855999784 (patch)
tree34c54389b79ac9dd408e54a84881828fbafdd059 /cinderclient/shell_utils.py
parenteb6076ef9e935804a95151a92d75ff9165f0d792 (diff)
parent0d9b8a14ef52e55c38b71f41435d5c04651ecbd0 (diff)
downloadpython-cinderclient-e04a4149f296a367d82b9aa01df8a90855999784.tar.gz
Merge "Fix spelling of consistency groups"
Diffstat (limited to 'cinderclient/shell_utils.py')
-rw-r--r--cinderclient/shell_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/shell_utils.py b/cinderclient/shell_utils.py
index 76a814f..81e2155 100644
--- a/cinderclient/shell_utils.py
+++ b/cinderclient/shell_utils.py
@@ -79,7 +79,7 @@ def find_backup(cs, backup):
def find_consistencygroup(cs, consistencygroup):
- """Gets a consistencygroup by name or ID."""
+ """Gets a consistency group by name or ID."""
return utils.find_resource(cs.consistencygroups, consistencygroup)