HyperV: Remove RDP console API
RDP console was only for HyperV driver so removing the API. As API url stay same (because same used for other console types API), RDP console API will return 400. Cleaning up the related config options as well as moving its API ref to obsolete seciton. Keeping RPC method to avoid error when old controller is used with new compute. It can be removed in next RPC version bump. Change-Id: I8f5755009da4af0d12bda096d7a8e85fd41e1a8c
This commit is contained in:
@@ -5956,15 +5956,15 @@ remote_console:
|
||||
remote_console_protocol:
|
||||
description: |
|
||||
The protocol of remote console. The valid values are ``vnc``, ``spice``,
|
||||
``rdp``, ``serial`` and ``mks``. The protocol ``mks`` is added since
|
||||
Microversion ``2.8``.
|
||||
``serial`` and ``mks``. The protocol ``mks`` is added since Microversion
|
||||
``2.8``.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
remote_console_type:
|
||||
description: |
|
||||
The type of remote console. The valid values are ``novnc``,
|
||||
``rdp-html5``, ``spice-html5``, ``serial``, and ``webmks``. The type
|
||||
``spice-html5``, ``serial``, and ``webmks``. The type
|
||||
``webmks`` is added since Microversion ``2.8``.
|
||||
in: body
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user