summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2021-01-21 12:26:13 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-22 13:00:46 +0000
commit70480fa86236f7de583c7b098cc53f0acedfd91d (patch)
treeb503d9acf196ce41c3d3c10db15c7b3a02fb794b /releasenotes
parent6f3969a0c8a608236a6f7258aa213c12af060a9d (diff)
downloadpython-openstackclient-70480fa86236f7de583c7b098cc53f0acedfd91d.tar.gz
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml b/releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml
new file mode 100644
index 00000000..bc31aa26
--- /dev/null
+++ b/releasenotes/notes/remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml
@@ -0,0 +1,8 @@
+---
+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.