training-labs/labs/stacktrain/kvm
Roger Luethi 59ea770810 Fix KEY_SHIFT keycode for libvirt
In 2017, libvirt changed the way they handle keycodes (presumably when
they switched to the keycodemapdb repo). They dropped the KEY_SHIFT
keycode which used to be mapped to KEY_LEFTSHIFT, resulting in an
error "invalid keycode: 'KEY_SHIFT'" when building the basedisk with
KVM.

Fortunately, KEY_LEFTSHIFT existed before, so we can just use that and
it will work on both new and old versions of libvirt.

Change-Id: Iaddd068a6ee19d8c7f027558dcf3d3efea26dbbb
2018-02-05 17:02:09 +01:00
..
__init__.py Python port of osbash 2016-12-18 11:47:44 +00:00
install_base.py Fix for change in virsh behavior 2017-09-24 12:03:48 +02:00
install_node.py Python port of osbash 2016-12-18 11:47:44 +00:00
keycodes.py Fix KEY_SHIFT keycode for libvirt 2018-02-05 17:02:09 +01:00
vm_create.py Warn if KVM pool 'default' does not exist 2017-11-08 10:36:27 +01:00