Adjust deprecated nova console variables

The `vncserver_listen` and `vncserver_proxyclient_address` variables
are now deprecated in queens. This patch updates those variables
to the new versions.

Closes-Bug: 1742705
Change-Id: Ibe2dfdb9c3c41a507c87d6ad34e6415a8a1e1cad
This commit is contained in:
Major Hayden
2018-01-11 08:36:45 -06:00
committed by zhongshengping
parent 2f1591f5b8
commit 9e44a4dd6d

View File

@@ -125,8 +125,8 @@ enabled = False
[vnc]
enabled = {{ nova_novncproxy_agent_enabled }}
novncproxy_base_url = {{ nova_novncproxy_base_url }}
vncserver_listen = {{ nova_novncproxy_vncserver_listen }}
vncserver_proxyclient_address = {{ nova_novncproxy_vncserver_proxyclient_address }}
server_listen = {{ nova_novncproxy_vncserver_listen }}
server_proxyclient_address = {{ nova_novncproxy_vncserver_proxyclient_address }}
{% elif nova_console_type == 'serialconsole' %}
[serial_console]