File: live_migration_ssh-00596d9c92a76759.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Add support for libvirt live-migration over SSH including the ability to
    override all libvirt options applicable to the SSH transport.
    For more info see https://libvirt.org/remote.html#Remote_URI_reference.
    Adds new parameter "nova::migration::libvirt::transport"
    Adds new parameter "nova::migration::libvirt::client_user"
    Adds new parameter "nova::migration::libvirt::client_port"
    Adds new parameter "nova::migration::libvirt::client_extraparams"
deprecations:
  - |
    The "nova::migration::libvirt::use_tls" parameter is deprecated by the "nova::migration::libvirt::transport" parameter.