Rename [vnc]vncserver_proxyclient_address

Change [1] renamed [vnc]vncserver_proxyclient_address to
[vnc]server_proxyclient_address without deprecating the former.  The
deprecation snafu is being addressed via [2]; but we'll need to move to
the new name anyway.  No time like the present.

[1] https://review.openstack.org/498387
[2] https://review.openstack.org/505831

Change-Id: Iac3113639cb30289b7f3dcdd6843af8602de1115
Related-Bug: #1718545
This commit is contained in:
Eric Fried 2017-09-20 17:40:48 -05:00 committed by Eric Berglund
parent 4db2a16448
commit 5f3b641ce2
1 changed files with 1 additions and 1 deletions

View File

@ -1724,7 +1724,7 @@ class PowerVMDriver(driver.ComputeDriver):
lpar_uuid = vm.get_pvm_uuid(instance)
# Build the connection to the VNC.
host = CONF.vnc.vncserver_proxyclient_address
host = CONF.vnc.server_proxyclient_address
use_x509_auth = CONF.powervm.vnc_use_x509_auth
ca_certs = CONF.powervm.vnc_ca_certs
server_key = CONF.powervm.vnc_server_key