summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v2/consistency_group_snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/volume/v2/consistency_group_snapshot.py')
-rw-r--r--openstackclient/volume/v2/consistency_group_snapshot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/v2/consistency_group_snapshot.py b/openstackclient/volume/v2/consistency_group_snapshot.py
index 3df66e69..7d5ba82f 100644
--- a/openstackclient/volume/v2/consistency_group_snapshot.py
+++ b/openstackclient/volume/v2/consistency_group_snapshot.py
@@ -128,7 +128,7 @@ class ListConsistencyGroupSnapshot(command.Lister):
'--status',
metavar="<status>",
choices=['available', 'error', 'creating', 'deleting',
- 'error-deleting'],
+ 'error_deleting'],
help=_('Filters results by a status ("available", "error", '
'"creating", "deleting" or "error_deleting")')
)