Update the enabled service on compute nodes
Change the service from 'n-network' to 'q-agt' since Nova network is not supported by default. Change-Id: I085aac75d4c1b721498afa568c8ecfd5abc7b20c
This commit is contained in:
parent
cb484abf80
commit
9bc7708c80
@ -176,7 +176,7 @@ machines, create a ``local.conf`` with:
|
||||
MYSQL_HOST=$SERVICE_HOST
|
||||
RABBIT_HOST=$SERVICE_HOST
|
||||
GLANCE_HOSTPORT=$SERVICE_HOST:9292
|
||||
ENABLED_SERVICES=n-cpu,n-net,n-api-meta,c-vol
|
||||
ENABLED_SERVICES=n-cpu,q-agt,n-api-meta,c-vol
|
||||
NOVA_VNC_ENABLED=True
|
||||
NOVNCPROXY_URL="http://$SERVICE_HOST:6080/vnc_auto.html"
|
||||
VNCSERVER_LISTEN=$HOST_IP
|
||||
|
Loading…
Reference in New Issue
Block a user