diff options
| author | Matt Riedemann <mriedem.os@gmail.com> | 2018-07-18 10:27:05 -0400 |
|---|---|---|
| committer | Matt Riedemann <mriedem.os@gmail.com> | 2018-07-18 10:30:51 -0400 |
| commit | 0b1e1bb7ce10bf989f37deb23dee5ff42e8dec6f (patch) | |
| tree | 1586cb0e83e107d0424c5244262decb1f623440b /doc/source/cli | |
| parent | 6c398058a6234e3a59822bbcd9ca5d3d05107e96 (diff) | |
| download | python-novaclient-0b1e1bb7ce10bf989f37deb23dee5ff42e8dec6f.tar.gz | |
Add support for microversion 2.65
There are no functional changes for this, just bumping
the supported client-side version and updating docs.
Depends-On: https://review.openstack.org/573136/
Part of blueprint abort-live-migration-in-queued-status
Change-Id: Ie0777dbe4d82892ec75b353f6b13ee2d2c5db72c
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/nova.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index 34b9e674..a5a162ff 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -2321,6 +2321,10 @@ Abort an on-going live migration. (Supported by API versions '2.24' - '2.latest') [hint: use '--os-compute-api-version' flag to show help message for proper version] +For microversions from 2.24 to 2.64 the migration status must be ``running``; +for microversion 2.65 and greater, the migration status can also be ``queued`` +and ``preparing``. + **Positional arguments:** ``<server>`` |
