Skip to content

Commit 25cb346

Browse files
author
Sergey Skripnick
committed
Fix sample multinode configuration
There should not be c-sch and c-api services on compute node. Change-Id: Ice057eb80e7ab6e917ca972abe7eaae7d635e8a5 Closes-Bug: 1393721
1 parent acdb7f6 commit 25cb346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/guides/multinode-lab.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ machines, create a ``local.conf`` with:
178178
MYSQL_HOST=192.168.42.11
179179
RABBIT_HOST=192.168.42.11
180180
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
182182
NOVA_VNC_ENABLED=True
183183
NOVNCPROXY_URL="http://192.168.42.11:6080/vnc_auto.html"
184184
VNCSERVER_LISTEN=$HOST_IP

0 commit comments

Comments
 (0)