File: add-server-migrate-with-host-4884a71903c5c8a9.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (8 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
features:
  - |
    Add ``--host`` option to ``server migrate`` command
    (cold migration) to specify the target host of the migration.
    Requires ``--os-compute-api-version`` 2.56 or greater to target a
    specific host for the (cold) migration.
    [Story `2003325 <https://storyboard.openstack.org/#!/story/2003325>`_]