Merge "Update the valid disk bus list for qemu and kvm hypervisors"

This commit is contained in:
Zuul 2018-02-08 19:47:08 +00:00 committed by Gerrit Code Review
commit b9e95a8db3
3 changed files with 13 additions and 3 deletions

View File

@ -8,7 +8,9 @@
"uml", "uml",
"xen", "xen",
"ide", "ide",
"usb" "usb",
"fdc",
"sata"
], ],
"title": "Disk Bus", "title": "Disk Bus",
"type": "string" "type": "string"

View File

@ -176,11 +176,17 @@ in the following tables.
+-------------------------+--------------------------+ +-------------------------+--------------------------+
| libvirt\_type setting | Supported model values | | libvirt\_type setting | Supported model values |
+=========================+==========================+ +=========================+==========================+
| qemu or kvm | * ide | | qemu or kvm | * fdc |
| | |
| | * ide |
| | | | | |
| | * scsi | | | * scsi |
| | | | | |
| | * sata |
| | |
| | * virtio | | | * virtio |
| | |
| | * usb |
+-------------------------+--------------------------+ +-------------------------+--------------------------+
| xen | * ide | | xen | * ide |
| | | | | |

View File

@ -20,7 +20,9 @@
"uml", "uml",
"xen", "xen",
"ide", "ide",
"usb" "usb",
"fdc",
"sata"
] ]
}, },
"hw_rng_model": { "hw_rng_model": {