Merge "Remove [compute-feature-enabled] vnc_server_header"

This commit is contained in:
Zuul 2024-01-20 06:57:52 +00:00 committed by Gerrit Code Review
commit 1da7a33099
2 changed files with 5 additions and 9 deletions

View File

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

View File

@ -511,15 +511,6 @@ ComputeFeaturesGroup = [
default=False,
help='Enable VNC console. This configuration value should '
'be same as nova.conf: vnc.enabled'),
cfg.StrOpt('vnc_server_header',
default='WebSockify',
help='Expected VNC server name (WebSockify, nginx, etc) '
'in response header.',
deprecated_for_removal=True,
deprecated_reason='This option will be ignored because the '
'usage of different response header fields '
'to accomplish the same goal (in accordance '
'with RFC7231 S6.2.2) makes it obsolete.'),
cfg.BoolOpt('spice_console',
default=False,
help='Enable Spice console. This configuration value should '