Merge "api: Address issues with remote consoles APIs"

This commit is contained in:
Zuul
2025-06-27 17:32:18 +00:00
committed by Gerrit Code Review
5 changed files with 73 additions and 122 deletions
+8 -5
View File
@@ -5986,17 +5986,20 @@ remote_console:
remote_console_protocol:
description: |
The protocol of remote console. The valid values are ``vnc``, ``spice``,
``serial`` and ``mks``. The protocol ``mks`` is added since Microversion
``2.8``.
``rdp``, ``serial`` and ``mks``. The protocol ``mks`` is added since
Microversion ``2.8``. The protocol ``rdp`` requires the Hyper-V driver
which was removed in the 29.0.0 (Caracal) release.
in: body
required: true
type: string
remote_console_type:
description: |
The type of remote console. The valid values are ``novnc``,
``spice-html5``, ``spice-direct``, ``serial``, and ``webmks``. The type
``webmks`` was added in Microversion ``2.8``, and the type
``spice-direct`` was added in Microversion ``2.99``.
``rdp-html5``, ``spice-html5``, ``spice-direct``, ``serial``, and
``webmks``. The type ``webmks`` was added in Microversion ``2.8`` and the
type ``spice-direct`` was added in Microversion ``2.99``. The type
``rdp-html5`` requires the Hyper-V driver which was removed in the 29.0.0
(Caracal) release.
in: body
required: true
type: string