Skip to content

Commit 05da9a9

Browse files
committed
Enable nova VNC configuration on the subnode
The n-novnc service only runs on the controller node, however novnc settings must be enabled on both nodes for vnc to work, since both hosts are compute hosts. Change-Id: Icc29441f507e6e4df9fd900eb7f35b0862f52043
1 parent afe1414 commit 05da9a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.zuul.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
DEBUG_LIBVIRT_COREDUMPS: True
278278
NOVA_VNC_ENABLED: true
279279
VNCSERVER_LISTEN: 0.0.0.0
280-
VNCSERVER_PROXYCLIENT_ADDRESS: "{{ hostvars[inventory_hostname]['nodepool']['private_ipv4'] }}"
280+
VNCSERVER_PROXYCLIENT_ADDRESS: $HOST_IP
281281
devstack_local_conf:
282282
post-config:
283283
$NEUTRON_CONF:
@@ -371,6 +371,9 @@
371371
# Subnode specific settings
372372
GLANCE_HOSTPORT: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}:9292"
373373
Q_HOST: "{{ hostvars['controller']['nodepool']['private_ipv4'] }}"
374+
NOVA_VNC_ENABLED: true
375+
VNCSERVER_LISTEN: 0.0.0.0
376+
VNCSERVER_PROXYCLIENT_ADDRESS: $HOST_IP
374377

375378
- job:
376379
name: devstack-multinode

0 commit comments

Comments
 (0)