Convert the Standard_VGA value of "guestcaps.gcaps_video" to the string
"vga", in the OpenStack image properties.

Reference:
https://docs.openstack.org/glance/xena/admin/useful-image-properties.html

Cc: Kashyap Chamarthy <[email protected]>
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1961107
Signed-off-by: Laszlo Ersek <[email protected]>
---

Notes:
    v1:
    
    - new in v1

 output/openstack_image_properties.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/openstack_image_properties.ml 
b/output/openstack_image_properties.ml
index 72f3e9d9261d..9d466ecfbf0f 100644
--- a/output/openstack_image_properties.ml
+++ b/output/openstack_image_properties.ml
@@ -43,7 +43,7 @@ let create source inspect { target_buses; guestcaps; 
target_firmware } =
      | RTL8139 -> "rtl8139");
     "hw_video_model",
     (match guestcaps.gcaps_video with
-     | Standard_VGA -> assert false
+     | Standard_VGA -> "vga"
      | QXL -> "qxl"
      | Cirrus -> "cirrus");
     "hw_machine_type",
-- 
2.19.1.3.g30247aa5d201


_______________________________________________
Libguestfs mailing list
[email protected]
https://listman.redhat.com/mailman/listinfo/libguestfs

Reply via email to