From c433aa516172417822227e5732c8be28710512cf Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 24 Apr 2015 15:30:10 +0000 Subject: cinder: Enable cinder in the controller node Cinder needs to have enabled the api service in the controller node in order to work. This means also run the config-setup and the db-setup services for it. Change-Id: I5e79ebf8ce75ef7320b3177b953966095a0884ae --- clusters/openstack-three-node-installer.morph | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/openstack-three-node-installer.morph b/clusters/openstack-three-node-installer.morph index 91dfd9b1..19e51aa1 100644 --- a/clusters/openstack-three-node-installer.morph +++ b/clusters/openstack-three-node-installer.morph @@ -179,6 +179,10 @@ systems: IRONIC_ENABLE_SERVICE: True + CINDER_ENABLE_CONTROLLER: True + CINDER_ENABLE_COMPUTE: False + CINDER_ENABLE_STORAGE: False + CEILOMETER_ENABLE_CONTROLLER: True CEILOMETER_ENABLE_COMPUTE: False -- cgit v1.2.1