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:
Kashyap Chamarthy 2021-11-15 14:42:49 +01:00
parent a693e066b3
commit bfc7a178e3
2 changed files with 3 additions and 1 deletions

View File

@ -558,6 +558,7 @@ Here is a list of useful image properties and the values they expect.
* ``virtio``
* ``gop``
* ``none``
* ``bochs``
Only supported by the libvirt driver.

View File

@ -80,7 +80,8 @@
"qxl",
"virtio",
"gop",
"none"
"none",
"bochs"
]
},
"hw_video_ram": {