python-openstackclient/releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml
Stephen Finucane 70480fa862 compute: Remove deprecated 'server migrate --live' option
It's been long enough. Time to remove this.

Change-Id: I37ef09eca0db9286544a4b0bb33f845311baa9b2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-01-22 13:00:46 +00:00

9 lines
342 B
YAML

---
upgrade:
- |
The deprecated ``--live`` option of the ``server migrate`` command has
been removed. This was problematic as it required a host argument and
would result in a forced live migration to a host, bypassing the
scheduler. It has been replaced by a ``--live-migration`` option and
optional ``--host`` option.