File: add-live-migration-inbound-addr-and-scheme-b5f864ce3f0e58f9.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 (11 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - The paremeter 'live_migration_inbound_addr' was introduced to the libvirt
    live migration module. This sets the configuration option with the same
    name in the nova configuration, in the 'libvirt' section.
  - If TLS is enabled for libvirt's live migration, the module will set the
    configuration option named 'live_migration_scheme' in the 'libvirt' section
    to have the value 'tls'. This will be used by nova to form the scheme for
    the live migration URI, e.g. 'qemu+tls://...'.
  - Note that the usage of 'live_migratin_inbound_addr' doesn't permit adding
    extra parameters to the live migration URI as of the writing of this.