summaryrefslogtreecommitdiff
path: root/novaclient/v2/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/v2/shell.py')
-rw-r--r--novaclient/v2/shell.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index 34dea57f..86628c53 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -5427,7 +5427,7 @@ def _print_migrations(cs, migrations):
dest='migration_type',
metavar='<migration_type>',
help=_('Filter migrations by type. Valid values are: evacuation, '
- 'live-migration, migration, resize'))
+ 'live-migration, migration (cold), resize'))
@utils.arg(
'--source-compute',
dest='source_compute',
@@ -5463,7 +5463,7 @@ def do_migration_list(cs, args):
dest='migration_type',
metavar='<migration_type>',
help=_('Filter migrations by type. Valid values are: evacuation, '
- 'live-migration, migration, resize'))
+ 'live-migration, migration (cold), resize'))
@utils.arg(
'--source-compute',
dest='source_compute',
@@ -5535,7 +5535,7 @@ def do_migration_list(cs, args):
dest='migration_type',
metavar='<migration_type>',
help=_('Filter migrations by type. Valid values are: evacuation, '
- 'live-migration, migration, resize'))
+ 'live-migration, migration (cold), resize'))
@utils.arg(
'--source-compute',
dest='source_compute',