I live migrate a openstack vm instance using virsh migrate --live instance-00000008 qemu+tcp://nova@az02hci02:16509/system --copy-storage-all
command. This migration is live migrtation without shared storage.
Migration is success and instance's state is running
in destination host. But migrated instance has no ip. And destination host seems to have no network.
virsh net-list
Name State Autostart Persistent
----------------------------------------------------------
The vm instance's interface and MAC address is:
virsh domiflist instance-00000008
Interface Type Source Model MAC
-------------------------------------------------------
tapd8280f0e-52 bridge qbrd8280f0e-52 virtio fa:16:3e:33:2b:82
How can i enter this vm instance without ip?