Add "bochs" as a possible video model
In Xena, this commit[1] support for the "bochs" video model (the device is recommended for UEFI guest), but neglected to update Glance documentation. Correct that now. [1] https://opendev.org/openstack/nova/commit/c590843974 "Allow 'bochs' as a display device option" Change-Id: I2026a81d3611e069fbcd1a79c2384d18cb5a653d Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
This commit is contained in:
parent
a693e066b3
commit
bfc7a178e3
@ -558,6 +558,7 @@ Here is a list of useful image properties and the values they expect.
|
|||||||
* ``virtio``
|
* ``virtio``
|
||||||
* ``gop``
|
* ``gop``
|
||||||
* ``none``
|
* ``none``
|
||||||
|
* ``bochs``
|
||||||
|
|
||||||
Only supported by the libvirt driver.
|
Only supported by the libvirt driver.
|
||||||
|
|
||||||
|
@ -80,7 +80,8 @@
|
|||||||
"qxl",
|
"qxl",
|
||||||
"virtio",
|
"virtio",
|
||||||
"gop",
|
"gop",
|
||||||
"none"
|
"none",
|
||||||
|
"bochs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"hw_video_ram": {
|
"hw_video_ram": {
|
||||||
|
Loading…
Reference in New Issue
Block a user