diff --git a/nova/templates/bin/_nova-console-compute-init.sh.tpl b/nova/templates/bin/_nova-console-compute-init.sh.tpl index 5c6b2641..7c17da4f 100644 --- a/nova/templates/bin/_nova-console-compute-init.sh.tpl +++ b/nova/templates/bin/_nova-console-compute-init.sh.tpl @@ -21,7 +21,7 @@ set -ex console_kind="{{- .Values.console.console_kind -}}" if [ "${console_kind}" == "novnc" ] ; then - client_address="{{- .Values.conf.nova.vnc.server_proxyclient_address -}}" + client_address="{{- .Values.conf.nova.vnc.vncserver_proxyclient_address -}}" client_interface="{{- .Values.console.novnc.compute.server_proxyclient_interface -}}" listen_ip="{{- .Values.conf.nova.vnc.server_listen -}}" elif [ "${console_kind}" == "spice" ] ; then @@ -58,4 +58,4 @@ cat </tmp/pod-shared/nova-spice.ini server_proxyclient_address = $client_address server_listen = $listen_ip EOF -fi \ No newline at end of file +fi diff --git a/nova/values.yaml b/nova/values.yaml index 0cefa669..864967d8 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -1027,13 +1027,13 @@ conf: vnc: novncproxy_host: 0.0.0.0 vncserver_listen: 0.0.0.0 - # leave blank, this should be set by each compute nodes's ip - vncserver_proxyclient_address: null + # This would be set by each compute nodes's ip + # vncserver_proxyclient_address: 127.0.0.1 spice: html5proxy_host: 0.0.0.0 server_listen: 0.0.0.0 - # leave blank, this should be set by each compute nodes's ip - server_proxyclient_address: null + # This would be set by each compute nodes's ip + # server_proxyclient_address: 127.0.0.1 conductor: workers: 1 oslo_policy: