Browse code

Fix readme for multi-node setup

The readme currently states that a compute node in a multi-node setup
requires the glance-api service to be enabled. But actually
the glance-api service is only required on the controller node where
glance-registry is running.
Running the glance-api service on a node without glance-registry will
even lead to a failure of glance-api, as the glance cache directory
will not be created without enabling glance-registry.

Change-Id: Ie92533f3333f3fe3e2d747762e60f2f42a233e79
Closes-bug: #1441198

Daniel Gonzalez authored on 2015/04/07 23:44:54
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