File: live_migration_inbound_addr_with_params-3529d460d5047c80.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 (12 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    Fix live_migration_inbound_addr when used with non-default port/user/extra_params

    live_migration_scheme was being used when live_migration_inbound_addr was set.
    This prohibits a non-default port/user/extra_params being used which is often
    required to fully describe the uri, particularly for the ssh transport
    (see https://bugs.launchpad.net/nova/+bug/1671288).

    However live_migration_inbound_addr also works with live_migration_uri, so for
    now revert back to using live_migration_uri in all cases.