From fca18a344ccc5099a8894a93f94a980473e42f4f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 13 Oct 2016 13:41:47 -0400 Subject: [PATCH] Add libvirt image metadef for hw_pointer_model Nova has supported this image property for awhile so let's document it in the glance metadef registry. DocImpact: Need to update 'Image service property keys' doc in the CLI reference: http://docs.openstack.org/cli-reference/glance-property-keys.html Change-Id: I7c77fb13f20b59ad764070d14dc98a46f8b7c823 --- etc/metadefs/compute-libvirt-image.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/metadefs/compute-libvirt-image.json b/etc/metadefs/compute-libvirt-image.json index 191d1737..d2041f28 100644 --- a/etc/metadefs/compute-libvirt-image.json +++ b/etc/metadefs/compute-libvirt-image.json @@ -83,6 +83,12 @@ "description": "This is a background process which helps management applications execute guest OS level commands. For example, freezing and thawing filesystems, entering suspend. However, guest agent (GA) is not bullet proof, and hostile guest OS can send spurious replies.", "type": "string", "enum": ["yes", "no"] + }, + "hw_pointer_model": { + "title": "Pointer Model", + "description": "Input devices allow interaction with a graphical framebuffer. For example to provide a graphic tablet for absolute cursor movement. Currently only supported by the KVM/QEMU hypervisor configuration and VNC or SPICE consoles must be enabled.", + "type": "string", + "enum": ["usbtablet"] } }, "objects": []