tempest/releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml
Michael Still fbbf01b2c7 Add a spice-direct tempest test.
This test works through the full spice-direct console flow:

 - create an instance
 - request a console token
 - turn that console token into connection details
 - connect with those details and ensure you get a SPICE protocol
   handshake back

Change-Id: I9c4d1f05622d9a26db9edd2119eb03fdde726630
2025-02-13 12:06:11 +11:00

11 lines
381 B
YAML

---
deprecations:
- |
The config option ``CONF.compute.rdp_console``
is deprecated because test cases using it have been removed.
We can add it back when adding the test cases again.
- |
The config option ``CONF.compute.spice_console`` was previously listed as
deprecated, but is now back in active use to support the testing of SPICE consoles
in Nova.