summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-08 15:50:33 +0000
committerGerrit Code Review <review@openstack.org>2020-09-08 15:50:33 +0000
commitbbe2adecc7e323e376f1f0f4dcdb161a27d24735 (patch)
treef6ea6fca659f245194918a572d9bcd0819ccc665 /doc/source
parent695ad1e2b0cc64b4755da1a0275ae93f651f4fc2 (diff)
parent46b1ff4e8025435a86c8cbba1b3e0ca983715d7e (diff)
downloadnova-bbe2adecc7e323e376f1f0f4dcdb161a27d24735.tar.gz
Merge "libvirt: Remove '[vnc] keymap', '[spice] keymap' options"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/admin/remote-console-access.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/admin/remote-console-access.rst b/doc/source/admin/remote-console-access.rst
index 39f21ce782..01ef44810c 100644
--- a/doc/source/admin/remote-console-access.rst
+++ b/doc/source/admin/remote-console-access.rst
@@ -138,7 +138,6 @@ noVNC-based VNC console support:
- :oslo.config:option:`vnc.novncproxy_base_url`
- :oslo.config:option:`vnc.server_listen`
- :oslo.config:option:`vnc.server_proxyclient_address`
-- :oslo.config:option:`vnc.keymap`
If using the VMware compute driver, the following additional options are
supported:
@@ -155,7 +154,6 @@ For example, to configure this via a ``nova.conf`` file:
novncproxy_base_url = http://IP_ADDRESS:6082/vnc_auto.html
server_listen = 127.0.0.1
server_proxyclient_address = 127.0.0.1
- keymap = en-us
Replace ``IP_ADDRESS`` with the IP address from which the proxy is accessible
by the outside world. For example, this may be the management interface IP
@@ -349,7 +347,6 @@ SPICE console support.
- :oslo.config:option:`spice.html5proxy_base_url`
- :oslo.config:option:`spice.server_listen`
- :oslo.config:option:`spice.server_proxyclient_address`
-- :oslo.config:option:`spice.keymap`
For example, to configure this via a ``nova.conf`` file:
@@ -361,7 +358,6 @@ For example, to configure this via a ``nova.conf`` file:
html5proxy_base_url = http://IP_ADDRESS:6082/spice_auto.html
server_listen = 127.0.0.1
server_proxyclient_address = 127.0.0.1
- keymap = en-us
Replace ``IP_ADDRESS`` with the IP address from which the proxy is accessible
by the outside world. For example, this may be the management interface IP