openstack-ansible-os_nova/releasenotes/notes/remove-console-keymap-ae255da81979a3a5.yaml
Major Hayden 385d03cf20
Remove default for nova_console_keymap
Setting the nova_console_keymap variable to 'en-us' breaks the
keyboard input for novnc consoles. It's recommended to let vnc
automatically select the correct keymap.

This patch removes the keymap variables from the `nova.conf`
templates and their default values.

Closes-bug: 1691791
Change-Id: I049ad6db2198dc8d0fae04160486c5ba6f7f36f1
2017-05-18 13:39:41 -05:00

14 lines
384 B
YAML

---
deprecations:
- |
The upstream noVNC developers recommend that the keymap be automatically
detected for virtual machine consoles. Three Ansible variables have been
removed:
* nova_console_keymap
* nova_novncproxy_vnc_keymap
* nova_spice_console_keymap
Deployers can still set a specific keymap using a nova configuration
override if necessary.