Check the section on live_migration_uri in https://docs.openstack.org/nova/latest/configuration/config.html. For more info, read the live migration documentation for libvirt.


On Mon, Jun 3, 2024, 11:27 PM Gk Gk <ygk.kmr@gmail.com> wrote:
Can you point me to a link on how to use this ?

Thanks

On Mon, 3 Jun 2024, 17:05 Bernd Bausch, <berndbausch@gmail.com> wrote:

Documentation says "It is not recommended that you change this unless you are very sure that hypervisor supports a particular scheme". In other words, if you don't know possible schemes, leave the config option alone.

Having said that, a few examples of schemes can be found in the documentation for live_migration_uri.


On Mon, Jun 3, 2024, 11:06 AM Gk Gk <ygk.kmr@gmail.com> wrote:
Hi,

I see this in the latest nova configuration:

This option is deprecated for removal since 15.0.0. Its value may be silently ignored in the future.

Reason:

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.


So, if I want to use live_migration_scheme, what are its values ? 


If I use the live_migration_scheme option, can I remove the live_migration_uri  option ? 


Thanks