Browse code

Merge "Fix readme for multi-node setup"

Jenkins authored on 2015/04/17 04:22:13
Showing 1 changed files
... ...
@@ -333,7 +333,7 @@ will balance VMs across hosts:
333 333
 You can then run many compute nodes, each of which should have a `stackrc`
334 334
 which includes the following, with the IP address of the above controller node:
335 335
 
336
-    ENABLED_SERVICES=n-cpu,rabbit,g-api,neutron,q-agt
336
+    ENABLED_SERVICES=n-cpu,rabbit,neutron,q-agt
337 337
     SERVICE_HOST=[IP of controller node]
338 338
     MYSQL_HOST=$SERVICE_HOST
339 339
     RABBIT_HOST=$SERVICE_HOST