Browse code

Fix sample multinode configuration

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

Change-Id: Ice057eb80e7ab6e917ca972abe7eaae7d635e8a5
Closes-Bug: 1393721

Sergey Skripnick authored on 2015/06/02 01:06:46
Showing 1 changed files
... ...
@@ -178,7 +178,7 @@ machines, create a ``local.conf`` with:
178 178
     MYSQL_HOST=192.168.42.11
179 179
     RABBIT_HOST=192.168.42.11
180 180
     GLANCE_HOSTPORT=192.168.42.11:9292
181
-    ENABLED_SERVICES=n-cpu,n-net,n-api,c-sch,c-api,c-vol
181
+    ENABLED_SERVICES=n-cpu,n-net,n-api,c-vol
182 182
     NOVA_VNC_ENABLED=True
183 183
     NOVNCPROXY_URL="http://192.168.42.11:6080/vnc_auto.html"
184 184
     VNCSERVER_LISTEN=$HOST_IP