mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2026-01-09 00:51:41 +00:00
Merge "Nova: Don't set console server_proxyclient_address as null"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1028,13 +1028,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:
|
||||
|
||||
Reference in New Issue
Block a user