summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-08-26 11:26:18 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-08-26 11:26:18 -0400
commit96dcf13f46ff66a68ac5b93b88f21f57ef709bbf (patch)
tree9652a0af277b015a6a8a9bf581e52ac8a14bf57a /doc
parenta19253f8575220de2a836a47235e57e3ad017057 (diff)
downloadpython-novaclient-96dcf13f46ff66a68ac5b93b88f21f57ef709bbf.tar.gz
Clarify --migration-type migration value as cold migration
This is a follow up to a review discussion [1] where the "migration" value for the --migration-type option is for a cold migration. This change just updates docs and help strings. An alternative is changing "migration" as a valid value to "cold-migration" (or accept both) and under the covers treat "cold-migration" as "migration" for the actual API call. [1] https://review.opendev.org/#/c/675117/3/novaclient/v2/shell.py@5430 Related to blueprint more-migration-list-filters Change-Id: I6baa6af8731252e3c4976db06f0ca9cdfcb5e2f1
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/nova.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index c0d80eda..eeb80462 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -2593,6 +2593,9 @@ To see the list of evacuation operations *from* a compute service host:
* evacuation
* live-migration
* migration
+
+ .. note:: This is a cold migration.
+
* resize
``--source-compute <source_compute>``