[Yahoo-eng-team] [Bug 1524627] Re: nova libvirt xml generate wrong metadata

2017-12-07 Thread melanie witt
*** This bug is a duplicate of bug 1607313 *** https://bugs.launchpad.net/bugs/1607313 Looks like this was fixed by https://review.openstack.org/#/c/399679 Please see the duplicate bug https://bugs.launchpad.net/bugs/1607313 for details. ** This bug has been marked a duplicate of bug 1607313

[Yahoo-eng-team] [Bug 1524627] Re: nova libvirt xml generate wrong metadata

2015-12-13 Thread Tardis Xu
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 rebooted as other context, it will go wrong. I think we can add the identity cache to instance like network info. If this, we must change the db table. So I thi