virt-manager: Update list of Ubuntu releases

Hi,

Here's a patch to update the list of Ubuntu releases.

Thanks,

Marc.

commit 1ada943da0ec01f444b3df452e6f371d07021330
Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>
Date:   Tue May 21 15:59:17 2013 -0400

    Update list of Ubuntu releases
This commit is contained in:
Marc Deslauriers 2013-05-21 16:00:41 -04:00 committed by Cole Robinson
parent 41c782a37e
commit fb76c4e550

View File

@ -60,6 +60,12 @@ VGA_VIDEO = {
]
}
VMVGA_VIDEO = {
"model_type": [
(HV_ALL, "vmvga"),
]
}
DEFAULTS = {
"acpi": True,
"apic": True,
@ -507,7 +513,6 @@ OS_TYPES = {
"ubuntuhardy": {
"label": "Ubuntu 8.04 LTS (Hardy Heron)",
"distro": "ubuntu",
"supported": True,
"devices" : {
NET : VIRTIO_NET,
},
@ -555,7 +560,6 @@ OS_TYPES = {
"ubuntunatty": {
"label": "Ubuntu 11.04 (Natty Narwhal)",
"distro": "ubuntu",
"supported": True,
"devices" : {
DISK : VIRTIO_DISK,
NET : VIRTIO_NET,
@ -564,7 +568,6 @@ OS_TYPES = {
"ubuntuoneiric": {
"label": "Ubuntu 11.10 (Oneiric Ocelot)",
"distro": "ubuntu",
"supported": True,
"devices" : {
DISK : VIRTIO_DISK,
NET : VIRTIO_NET,
@ -588,6 +591,26 @@ OS_TYPES = {
NET : VIRTIO_NET,
},
},
"ubunturaring": {
"label": "Ubuntu 13.04 (Raring Ringtail)",
"distro": "ubuntu",
"supported": True,
"devices" : {
DISK : VIRTIO_DISK,
NET : VIRTIO_NET,
VIDEO : VMVGA_VIDEO,
},
},
"ubuntusaucy": {
"label": "Ubuntu 13.10 (Saucy Salamander)",
"distro": "ubuntu",
"supported": True,
"devices" : {
DISK : VIRTIO_DISK,
NET : VIRTIO_NET,
VIDEO : VMVGA_VIDEO,
},
},
"generic24": {
"label": "Generic 2.4.x kernel"