summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorAmit Uniyal <auniyal@redhat.com>2022-10-07 12:38:02 +0000
committerAmit Uniyal <auniyal@redhat.com>2022-10-27 17:58:18 +0000
commit7eaa3466cdac980c0f87e75722e5cd52c46ebb7a (patch)
treedd79b5e8346591ea53577949e5edd4f2f304fe70 /doc/source
parentb1958b7cfa6b8aca5b76b3f133627bb733d29f00 (diff)
downloadnova-7eaa3466cdac980c0f87e75722e5cd52c46ebb7a.tar.gz
DOC update remote console access
- Adds doc links of libvirt wiki page - Updates dead links Closes-Bug: 1991522 Change-Id: Ie45e663c5a7bf980aeecf78b6ef1a6c19d945753
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/admin/remote-console-access.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/admin/remote-console-access.rst b/doc/source/admin/remote-console-access.rst
index 01ef44810c..015c6522d0 100644
--- a/doc/source/admin/remote-console-access.rst
+++ b/doc/source/admin/remote-console-access.rst
@@ -221,6 +221,9 @@ server. In :file:`/etc/libvirt/qemu.conf`, uncomment the following settings:
service, this ensures that only approved VNC proxy servers can connect to the
Compute nodes.
+Make sure to provide correct permissions to the certificate files for the process
+which creates instance. Please follow the libvirt wiki page [3]_ for the same.
+
After editing :file:`qemu.conf`, the ``libvirtd`` service must be restarted:
.. code-block:: shell
@@ -610,5 +613,6 @@ Frequently Asked Questions
References
----------
-.. [1] https://qemu.weilnetz.de/doc/qemu-doc.html#vnc_005fsec_005fcertificate_005fverify
+.. [1] https://qemu.weilnetz.de/doc/4.2/qemu-doc.html#vnc_005fsec_005fcertificate_005fverify
.. [2] https://tools.ietf.org/html/rfc3280#section-4.2.1.10
+.. [3] https://wiki.libvirt.org/page/VNCTLSSetup#Changes_to_be_made_on_the_virtualisation_host_server \ No newline at end of file