From 965a97837a1e85bb935d0e4201922201eaf84a05 Mon Sep 17 00:00:00 2001 From: Kashyap Chamarthy Date: Mon, 15 Nov 2021 14:42:49 +0100 Subject: [PATCH] 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 (cherry picked from commit bfc7a178e39ba9e79a6706d7c03edc736eca28dd) Closes-Bug: #1972002 --- doc/source/admin/useful-image-properties.rst | 1 + etc/metadefs/compute-libvirt-image.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/admin/useful-image-properties.rst b/doc/source/admin/useful-image-properties.rst index 2ffddf30dc..c3c3b120c6 100644 --- a/doc/source/admin/useful-image-properties.rst +++ b/doc/source/admin/useful-image-properties.rst @@ -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. diff --git a/etc/metadefs/compute-libvirt-image.json b/etc/metadefs/compute-libvirt-image.json index efb588b384..1b62e77676 100644 --- a/etc/metadefs/compute-libvirt-image.json +++ b/etc/metadefs/compute-libvirt-image.json @@ -80,7 +80,8 @@ "qxl", "virtio", "gop", - "none" + "none", + "bochs" ] }, "hw_video_ram": {