Comment 10 for bug 1192290

Revision history for this message
Peter Matulis (petermatulis) wrote :

Works on a Raring host (installed Raring, Saucy, and Trusty server guests):

$ apt-cache policy virtinst

virtinst:
  Installed: 0.600.3-3ubuntu1.1
  Candidate: 0.600.3-3ubuntu1.1
  Version table:
 *** 0.600.3-3ubuntu1.1 0
        500 http://security.ubuntu.com/ubuntu/ raring-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     0.600.3-3ubuntu1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages

But on a Saucy host I see that the default package can deal with Saucy guests:

$ apt-cache policy virtinst

virtinst:
  Installed: 0.600.4-2ubuntu2
  Candidate: 0.600.4-2ubuntu2
  Version table:
 *** 0.600.4-2ubuntu2 0
        500 http://archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
        100 /var/lib/dpkg/status

But not Trusty:

$ virt-install --os-variant=list | grep ubuntu

ubuntusaucy : Ubuntu 13.10 (Saucy Salamander)
ubunturaring : Ubuntu 13.04 (Raring Ringtail)
ubuntuquantal : Ubuntu 12.10 (Quantal Quetzal)
ubuntuprecise : Ubuntu 12.04 LTS (Precise Pangolin)
ubuntuoneiric : Ubuntu 11.10 (Oneiric Ocelot)
ubuntunatty : Ubuntu 11.04 (Natty Narwhal)
ubuntumaverick : Ubuntu 10.10 (Maverick Meerkat)
ubuntulucid : Ubuntu 10.04 LTS (Lucid Lynx)
ubuntukarmic : Ubuntu 9.10 (Karmic Koala)
ubuntujaunty : Ubuntu 9.04 (Jaunty Jackalope)
ubuntuintrepid : Ubuntu 8.10 (Intrepid Ibex)
ubuntuhardy : Ubuntu 8.04 LTS (Hardy Heron)

Should I continue with the Saucy verification?