Remove deprecated opts from VNC conf
This change aims to remove the deprecated vncserver_listen and vnserver_proxyclient_address opts from vnc conf. Story: 2009783 Relates-To: https://review.opendev.org/c/starlingx/openstack-armada-app/+/824467 Signed-off-by: Iago Estrela <IagoFilipe.EstrelaBarros@windriver.com> Change-Id: I9a6f26d16c74b0d5f38e16ba1e483eef0b578c21
This commit is contained in:
parent
b49b7663e1
commit
cec9e7f1f1
@ -39,10 +39,6 @@ Guests will get created with graphical devices to support this. Clients
|
||||
cfg.HostAddressOpt(
|
||||
'server_listen',
|
||||
default='127.0.0.1',
|
||||
deprecated_opts=[
|
||||
cfg.DeprecatedOpt('vncserver_listen', group='DEFAULT'),
|
||||
cfg.DeprecatedOpt('vncserver_listen', group='vnc'),
|
||||
],
|
||||
help="""
|
||||
The IP address or hostname on which an instance should listen to for
|
||||
incoming VNC connection requests on this node.
|
||||
@ -51,11 +47,6 @@ incoming VNC connection requests on this node.
|
||||
cfg.HostAddressOpt(
|
||||
'server_proxyclient_address',
|
||||
default='127.0.0.1',
|
||||
deprecated_opts=[
|
||||
cfg.DeprecatedOpt('vncserver_proxyclient_address',
|
||||
group='DEFAULT'),
|
||||
cfg.DeprecatedOpt('vncserver_proxyclient_address', group='vnc'),
|
||||
],
|
||||
help="""
|
||||
Private, internal IP address or hostname of VNC console proxy.
|
||||
|
||||
|
@ -0,0 +1,10 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
vnc-related config options were deprecated in Pike release and now has been
|
||||
removed:
|
||||
|
||||
- ``vncserver_listen`` opt removed, now we use only server_listen to bind
|
||||
vnc address opt.
|
||||
- ``vncserver_proxyclient_address`` opt removed, now we use only
|
||||
server_proxyclient_address opt.
|
Loading…
Reference in New Issue
Block a user