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
This commit is contained in:
parent
f200554666
commit
fca18a344c
@ -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": []
|
||||
|
Loading…
Reference in New Issue
Block a user