summaryrefslogtreecommitdiff
path: root/api-ref
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-ref
parent25c39a3207192846b1faab952851e76bd69e85c2 (diff)
parent02eb9cffe6dd72b58bbcd660588e79a504e4d738 (diff)
downloadnova-1fed6bd934b79ef22cd3d167a9277f9946b52f74.tar.gz
Merge "Remove 'nova-xvpvncproxy'"
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml4
-rw-r--r--api-ref/source/servers-action-remote-consoles.inc3
-rw-r--r--api-ref/source/servers-remote-consoles.inc4
3 files changed, 3 insertions, 8 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 6d78d489f8..1cb8c4b8d5 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -5284,7 +5284,7 @@ os-getVNCConsole:
type: object
os-getVNCConsole-type:
description: |
- The type of VNC console. The valid values are ``novnc`` and ``xvpvnc``.
+ The type of VNC console. The only valid value is ``novnc``.
in: body
required: true
type: string
@@ -5833,7 +5833,7 @@ remote_console_protocol:
type: string
remote_console_type:
description: |
- The type of remote console. The valid values are ``novnc``, ``xvpvnc``,
+ The type of remote console. The valid values are ``novnc``,
``rdp-html5``, ``spice-html5``, ``serial``, and ``webmks``. The type
``webmks`` is added since Microversion ``2.8``.
in: body
diff --git a/api-ref/source/servers-action-remote-consoles.inc b/api-ref/source/servers-action-remote-consoles.inc
index 6e0b7fc9c7..582365c2fc 100644
--- a/api-ref/source/servers-action-remote-consoles.inc
+++ b/api-ref/source/servers-action-remote-consoles.inc
@@ -175,9 +175,6 @@ Gets a VNC console for a server.
Specify the ``os-getVNCConsole`` action in the request body.
-The supported connection types are ``novnc``, ``xvpvnc``. Such as connect
-with ``novnc``, set ``type`` parameter to ``novnc``.
-
Normal response codes: 200
Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404),
diff --git a/api-ref/source/servers-remote-consoles.inc b/api-ref/source/servers-remote-consoles.inc
index 9aa11af822..c8515d3315 100644
--- a/api-ref/source/servers-remote-consoles.inc
+++ b/api-ref/source/servers-remote-consoles.inc
@@ -17,9 +17,7 @@ The API provides a unified request for creating a remote console. The user can
get a URL to connect the console from this API. The URL includes the token
which is used to get permission to access the console. Servers may support
different console protocols. To return a remote console using a specific
-protocol, such as RDP, set the ``protocol`` parameter to ``rdp``. For the same
-protocol, there may be different connection types such as ``vnc protocol and
-novnc type`` or ``vnc protocol and xvpvnc type``.
+protocol, such as RDP, set the ``protocol`` parameter to ``rdp``.
Normal response codes: 200