Add missing configration [vnv]/novncproxy_host
[vnv]/novncproxy_host is necessary for novncproxy to binding to specfied ip address. Change-Id: Ib2a79e0901e9e31da37b162661f3491362378e87
This commit is contained in:
parent
a8f0ca2dd1
commit
5598b7d6c4
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Nova
|
||||
name: nova
|
||||
version: 0.2.41
|
||||
version: 0.2.42
|
||||
home: https://docs.openstack.org/nova/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||
sources:
|
||||
|
@ -51,6 +51,7 @@ cat <<EOF>/tmp/pod-shared/nova-vnc.ini
|
||||
[vnc]
|
||||
vncserver_proxyclient_address = $client_address
|
||||
vncserver_listen = $listen_ip
|
||||
novncproxy_host = $listen_ip
|
||||
EOF
|
||||
elif [ "${console_kind}" == "spice" ] ; then
|
||||
cat <<EOF>/tmp/pod-shared/nova-spice.ini
|
||||
|
@ -62,4 +62,5 @@ nova:
|
||||
- 0.2.39 Migrated CronJob resource to batch/v1 API version & PodDisruptionBudget to policy/v1
|
||||
- 0.2.40 Updated naming for subchart compatibility
|
||||
- 0.2.41 Add Xena and Yoga values overrides
|
||||
- 0.2.42 Add missing configuration ``[vnc]/novncproxy_host``
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user