summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-08-06 18:44:53 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-08-07 09:23:45 -0400
commite281368c9679b385ecfb05737e614a05a9bab291 (patch)
tree1bb86caaac33649016595cf4d6219a70240bfd9c /doc
parentacef73c9bddbf958cb97a619172662ede3a33de1 (diff)
downloadpython-novaclient-e281368c9679b385ecfb05737e614a05a9bab291.tar.gz
docs: clarify nova migration-list --host option
The GET /os-migrations API takes both a host and source_compute filter parameter. The former filters on either the source or destination compute, so this change clarifies that in the command help for the --host option. Change-Id: I078add63896c7455be7e3672b7172debb962a5e2
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/nova.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index f93c3124..1a0081eb 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -2569,7 +2569,7 @@ Print a list of migrations.
Fetch migrations for the given instance.
``--host <host>``
- Fetch migrations for the given host.
+ Fetch migrations for the given source or destination host.
``--status <status>``
Fetch migrations for the given status.