Comment 2 for bug 1823309

Revision history for this message
Matthias (matthiashuether) wrote :

I have the same problem and maybe I have a workaround:

If my interface is e.g. Eno2 with Vlan 1000 is then I have to change the file /etc/nova/nova.conf this line:

live_migration_uri = qemu + ssh: //%s/system

to

live_migration_uri = qemu + ssh: //eno2.1000.%s/system

Then live migration works how expected.
But how can I do that in Juju, so this change is fix?
Maybe a setting option for live_migration_uri would help in this charm?