Description of problem: live_migration_uri is deprecated for removal in favor of two other options that allow to change live migration scheme and target URI: ``live_migration_scheme`` and ``live_migration_inbound_addr`` respectively. https://opendev.org/openstack/nova/src/branch/master/nova/conf/libvirt.py#L254-L285 Also, for QEMU-native TLS in Nova, you need to set *both*: - live_migration_scheme = tls - live_migration_with_native_tls = true
This should be pushed out from osp17 scope for 17.1. Putting it back to (re)triage queue.
live_migration_uri can't be deprecated or removed. That has been required to achieve the setting required by TripleO. There is a patch earlier proposed by Stephen to address the feature gap, but it has never attracted the proper attention. https://review.opendev.org/c/openstack/nova/+/456571/ I'm not too sure if we need the same options in OSP18, but we probably have to move that forward if we still rely on live_migration_uri.