Comment 2 for bug 1711568

Revision history for this message
Rikimaru Honjo (honjo-rikimaru-c6) wrote :

Hello Chris,

This issue is happening in my environment.
I use the latest openstack of master branch.

In my understand, nova-compute and nova-conductor require registering the LXDLiveMigrateData object.

We can register it for nova-compute because nova-compute can imports nova-lxd driver. I attach a patch to do it.

But, nova-conductor cannot do it because nova-conductor don't use nova-lxd driver.
I currently don't have solutions for this issue.