StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

allow keymap for machine to be set #153

Closed loomis closed 9 years ago

loomis commented 9 years ago

Starting virtual machines with qemu via libvirt seems to randomly choose the actual keymap used by the machine. This makes using the console essentially impossible (at least from a Mac OS X client). Add a client option to allow the keymap to be explicitly given. If no value is given, then 'en-us' should be used as the default.

loomis commented 9 years ago

This option is controlled via the graphics element of the libvirt descriptor file. The keymap option must be added to this section:

<graphics type='vnc' port='-1' keymap='en-us'/>