Should enable n-novnc service for compute node

We should enable n-novnc for all compute nodes; otherwise the VMs
booted on the compute nodes which diabled n-novnc cannot be accessed
via novnc console.

Change-Id: Iae16217aa92013edc0e647c3b1f6a376ee88bf92
This commit is contained in:
jianghua wang 2017-09-22 02:10:32 +00:00
parent 7dce682e2a
commit f233553c16

View File

@ -530,7 +530,7 @@ ENABLED_SERVICES+=,neutron,q-domua
LOCALCONF_CONTENT_ENDS_HERE
else
cat << LOCALCONF_CONTENT_ENDS_HERE >> local.conf
ENABLED_SERVICES=neutron,q-agt,q-domua,n-cpu,placement-client,dstat
ENABLED_SERVICES=neutron,q-agt,q-domua,n-cpu,placement-client,dstat,n-novnc
SERVICE_HOST=$CONTROLLER_IP
MYSQL_HOST=$CONTROLLER_IP
GLANCE_HOST=$CONTROLLER_IP