You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/09/23 09:02:17 UTC

[cloudstack-documentation] branch master updated: Adding docs for noVNC (#156)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 0aa929c  Adding docs for noVNC (#156)
0aa929c is described below

commit 0aa929c77ee3bf2666d29a2a1158cb472493cbbb
Author: davidjumani <dj...@gmail.com>
AuthorDate: Wed Sep 23 14:32:09 2020 +0530

    Adding docs for noVNC (#156)
---
 source/adminguide/systemvm.rst | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/source/adminguide/systemvm.rst b/source/adminguide/systemvm.rst
index 43eaeb3..dabd259 100644
--- a/source/adminguide/systemvm.rst
+++ b/source/adminguide/systemvm.rst
@@ -157,13 +157,21 @@ to the VNC port made available via the hypervisor for the console of the
 guest. Both the administrator and end user web UIs offer a console
 connection.
 
-Clicking a console icon brings up a new window. The AJAX code downloaded
+Clicking a console icon brings up a new window. The console viewer
 into that window refers to the public IP address of a console proxy VM.
 There is exactly one public IP address allocated per console proxy VM.
-The AJAX application connects to this IP. The console proxy then proxies
+The viewer application connects to this IP. The console proxy then proxies
 the connection to the VNC port for the requested VM on the Host hosting
 the guest.
 
+Since 4.15, noVNC has been integrated into the console proxy and is the
+default viewer. It inherently supports multiple keyboard layouts configured
+in the guest virtual machine. Additionally, it can scale the display as
+well as paste into the console.
+
+noVNC is set as the default console viewer which be changed via the
+"novnc.console.default" global setting, which is set to true by default.
+
 .. note:: 
    The hypervisors will have many ports assigned to VNC usage so that 
    multiple VNC sessions can occur simultaneously.