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:
parent
acdb7f6d52
commit
25cb34606e
@ -178,7 +178,7 @@ machines, create a ``local.conf`` with:
|
||||
MYSQL_HOST=192.168.42.11
|
||||
RABBIT_HOST=192.168.42.11
|
||||
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
|
||||
NOVNCPROXY_URL="http://192.168.42.11:6080/vnc_auto.html"
|
||||
VNCSERVER_LISTEN=$HOST_IP
|
||||
|
Loading…
Reference in New Issue
Block a user