summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-01-08 06:27:03 +0000
committerGerrit Code Review <review@openstack.org>2020-01-08 06:27:03 +0000
commit1fed6bd934b79ef22cd3d167a9277f9946b52f74 (patch)
tree0bacd7d3424880b91af279d3edb4c50f591ac76d /api-guide
parent25c39a3207192846b1faab952851e76bd69e85c2 (diff)
parent02eb9cffe6dd72b58bbcd660588e79a504e4d738 (diff)
downloadnova-1fed6bd934b79ef22cd3d167a9277f9946b52f74.tar.gz
Merge "Remove 'nova-xvpvncproxy'"
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/server_concepts.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst
index 1d1a139c6d..0c303ba7b3 100644
--- a/api-guide/source/server_concepts.rst
+++ b/api-guide/source/server_concepts.rst
@@ -783,12 +783,11 @@ Server Consoles
Server Consoles can also be supplied after server launched. There are several
server console services available. First, users can get the console output
from the specified server and can limit the lines of console text by setting
-the length. Second, users can access multiple types of remote consoles. The
-user can use novnc, xvpvnc, rdp-html5, spice-html5, serial, and webmks(start
-from microversion 2.8) through either the OpenStack dashboard or the command
-line. Refer to :nova-doc:`Configure remote console access
-<admin/remote-console-access.html>`. Specifically for Xenserver, it provides
-the ability to create, delete, detail, list specified server vnc consoles.
+the length. Secondly, users can access multiple types of remote consoles. The
+user can use ``novnc``, ``rdp-html5``, ``spice-html5``, ``serial``, and
+``webmks`` (starting from microversion 2.8) through either the OpenStack
+dashboard or the command line. Refer to :nova-doc:`Configure remote console
+access <admin/remote-console-access.html>`.
Server networks
~~~~~~~~~~~~~~~