Comment 1 for bug 1524363

Revision history for this message
Tardis Xu (xiaoxubeii) wrote :

The problem is in virt/libvirt/driver.py, _get_guest_config_meta, it gets the nova owner meta from current context. But if the instance is booted when host up, the context is admin. I think we can add the identity cache to instance like network info. If this, we must change the db table. So I think we should implement it as a bp not a bug.