← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1695533] [NEW] Incorrect URL in XML used by libvirt to launch instance

 

Public bug reported:

I launched an instance using Devstack running on QEMU hypervisor. I
dumped the XML of VM to see what things are getting configured and found
a URL in the XML. The URL points to a page which no longer exists on the
openstack.org website. I guess this URL gets embedded in each VM's XML.
Though it does nothing (maybe pointing to the syntax used to define
XML), and I am interested in this URL. I have filed this bug so that the
URL can be corrected or can be removed from the XML. Attached is the
full dumpxml. Here is a snippet of it:

  <metadata>
    <nova:instance xmlns:nova="http://openstack.org/xmlns/libvirt/nova/1.0";>
      <nova:package version="16.0.0"/>
      <nova:name>ttt</nova:name>

Steps to reproduce:
1. Launch an instance
2. Goto compute node where the instance is running.
3. Do "virsh dumpxml <instance-name>"
4. Check the URL in dumped output.

** Affects: nova
     Importance: Undecided
         Status: New

** Attachment added: "openstack-vm.xml"
   https://bugs.launchpad.net/bugs/1695533/+attachment/4888089/+files/openstack-vm.xml

-- 
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/1695533

Title:
  Incorrect URL in XML used by libvirt to launch instance

Status in OpenStack Compute (nova):
  New

Bug description:
  I launched an instance using Devstack running on QEMU hypervisor. I
  dumped the XML of VM to see what things are getting configured and
  found a URL in the XML. The URL points to a page which no longer
  exists on the openstack.org website. I guess this URL gets embedded in
  each VM's XML. Though it does nothing (maybe pointing to the syntax
  used to define XML), and I am interested in this URL. I have filed
  this bug so that the URL can be corrected or can be removed from the
  XML. Attached is the full dumpxml. Here is a snippet of it:

    <metadata>
      <nova:instance xmlns:nova="http://openstack.org/xmlns/libvirt/nova/1.0";>
        <nova:package version="16.0.0"/>
        <nova:name>ttt</nova:name>

  Steps to reproduce:
  1. Launch an instance
  2. Goto compute node where the instance is running.
  3. Do "virsh dumpxml <instance-name>"
  4. Check the URL in dumped output.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1695533/+subscriptions


Follow ups