Verified deprecation status for vnc options

All VNC options are still being used and does not to be deprecated.

Change-Id: I06bf07dff115721d970ba798fe702c74ada66539
Implements: Blueprint centralize-config-options-newton
This commit is contained in:
Sarafraj Singh 2016-08-10 12:43:28 -05:00 committed by John Garbutt
parent 42af572191
commit cd3b57d0c0

View File

@ -1,5 +1,3 @@
# needs:check_deprecation_status
# Copyright (c) 2010 OpenStack Foundation
# All Rights Reserved.
#
@ -61,8 +59,8 @@ Possible values:
default='127.0.0.1',
deprecated_group='DEFAULT',
help="""
The IP address on which an instance should listen to for incoming VNC
connection requests on this node.
The IP address or hostname on which an instance should listen to for
incoming VNC connection requests on this node.
"""),
cfg.StrOpt(
@ -70,7 +68,7 @@ connection requests on this node.
default='127.0.0.1',
deprecated_group='DEFAULT',
help="""
Private, internal IP address of VNC console proxy.
Private, internal IP address or hostname of VNC console proxy.
The VNC proxy is an OpenStack component that enables compute service
users to access their instances through VNC clients.
@ -105,7 +103,7 @@ Related options:
default='0.0.0.0',
deprecated_group='DEFAULT',
help="""
IP address that the XVP VNC console proxy should bind to.
IP address or hostname that the XVP VNC console proxy should bind to.
The VNC proxy is an OpenStack component that enables compute service
users to access their instances through VNC clients. Xen provides