46b1ff4e80
These options were deprecated way back in Rocky due to buggy behavior they introduced. We can remove them now. Change-Id: I9266edfd4ea6315239c54ff8d91e37d197c760c0 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
20 lines
957 B
YAML
20 lines
957 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``[vnc] keymap`` and ``[spice] keymap`` configuration options, first
|
|
deprecated in 18.0.0 (Rocky), have now been removed. The VNC option
|
|
affected the libvirt and VMWare virt drivers, while the SPICE option only
|
|
affected libvirt. For the libvirt driver, configuring these options
|
|
resulted in lossy keymap conversions for the given graphics method. Users
|
|
can replace this host-level configuration with guest-level configuration.
|
|
This requires noVNC 1.0.0 or greater, which provides support for QEMU's
|
|
Extended Key Event messages. Refer to `bug #1682020`__ and the `QEMU RFB
|
|
pull request`__ for more information.
|
|
|
|
For the VMWare driver, only the VNC option applied. However, the
|
|
``[vmware] vnc_keymap`` option was introduce in 18.0.0 (Rocky) and can be
|
|
used to replace ``[vnc] keymap``.
|
|
|
|
__ https://bugs.launchpad.net/nova/+bug/1682020
|
|
__ https://github.com/novnc/noVNC/pull/596
|