Fix wrong parameter reference
There is a reference error in the parameter "client_interface" in the "_ nova-console-compute-init.sh.tpl" file, now fix it. Change-Id: I0b1bdd348e1f424afda9aa2183c0e876afd12968
This commit is contained in:
parent
6eca078216
commit
ceac208357
@ -20,7 +20,7 @@ console_kind="{{- .Values.console.console_kind -}}"
|
||||
|
||||
if [ "${console_kind}" == "novnc" ] ; then
|
||||
client_address="{{- .Values.conf.nova.vnc.vncserver_proxyclient_address -}}"
|
||||
client_interface="{{- .Values.console.novnc.compute.server_proxyclient_interface -}}"
|
||||
client_interface="{{- .Values.console.novnc.compute.vncserver_proxyclient_interface -}}"
|
||||
listen_ip="{{- .Values.conf.nova.vnc.server_listen -}}"
|
||||
elif [ "${console_kind}" == "spice" ] ; then
|
||||
client_address="{{- .Values.conf.nova.spice.server_proxyclient_address -}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user