yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #69748
[Bug 1524627] Re: nova libvirt xml generate wrong metadata
*** 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
Inconsistency in data stored in libvirt.xml file
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1524627
Title:
nova libvirt xml generate wrong metadata
Status in OpenStack Compute (nova):
Opinion
Bug description:
Environment:
devstack running OpenStack from master.
Steps to reproduce:
1. login as demo/demo
2. boot a instance
3. virsh dumpxml <instance>, view metadata:
<nova:owner>
<nova:user uuid="<demo-uuid>">demo</nova:user>
<nova:project uuid="demo-project-uuid">demo</nova:project>
</nova:owner>
4. login as admin/admin
5. hard boot the instance
6. virsh dumpxml <instance>, view metadata:
<nova:owner>
<nova:user uuid="<admin-uuid>">admin</nova:user>
<nova:project uuid="<admin-project-uuid>">admin</nova:project>
</nova:owner>
Expected result:
The project and user metadata cannot get from current context.
Actual result:
The project and user metadata all get from current context.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1524627/+subscriptions
References