Fix sample multinode configuration

There should not be c-sch and c-api services on compute node.

Change-Id: Ice057eb80e7ab6e917ca972abe7eaae7d635e8a5
Closes-Bug: 1393721
This commit is contained in:
Sergey Skripnick 2015-06-01 19:06:46 +03:00
parent acdb7f6d52
commit 25cb34606e

View File

@ -178,7 +178,7 @@ machines, create a ``local.conf`` with:
MYSQL_HOST=192.168.42.11 MYSQL_HOST=192.168.42.11
RABBIT_HOST=192.168.42.11 RABBIT_HOST=192.168.42.11
GLANCE_HOSTPORT=192.168.42.11:9292 GLANCE_HOSTPORT=192.168.42.11:9292
ENABLED_SERVICES=n-cpu,n-net,n-api,c-sch,c-api,c-vol ENABLED_SERVICES=n-cpu,n-net,n-api,c-vol
NOVA_VNC_ENABLED=True NOVA_VNC_ENABLED=True
NOVNCPROXY_URL="http://192.168.42.11:6080/vnc_auto.html" NOVNCPROXY_URL="http://192.168.42.11:6080/vnc_auto.html"
VNCSERVER_LISTEN=$HOST_IP VNCSERVER_LISTEN=$HOST_IP