Remove rdp_console option

This option was deprecated some years ago[1] because of lack of actual
implementation. RDP console is used by Hyper-V which is being retired
because WinStackers project has been retired, so no one may implement
the test cases.

[1] d5bda71259

Change-Id: I8effa01766e63645b7afb8a11dca061b3cce0334
This commit is contained in:
Takashi Kajinami 2024-01-20 01:03:08 +09:00
parent 8def25cbb5
commit 304f7d7134
2 changed files with 5 additions and 8 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The deprecated ``[compute-feature-enabled] rdp_console`` config option has
been removed.

View File

@ -540,14 +540,6 @@ ComputeFeaturesGroup = [
deprecated_reason="This config option is not being used "
"in Tempest, we can add it back when "
"adding the test cases."),
cfg.BoolOpt('rdp_console',
default=False,
help='Enable RDP console. This configuration value should '
'be same as nova.conf: rdp.enabled',
deprecated_for_removal=True,
deprecated_reason="This config option is not being used "
"in Tempest, we can add it back when "
"adding the test cases."),
cfg.BoolOpt('serial_console',
default=False,
help='Enable serial console. This configuration value '