File: remove-deprecated-server-migrate-live-option-28ec43ee210124dc.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (8 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
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.