summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-24 15:30:10 +0000
committerFrancisco Redondo <francisco.marchena@codethink.co.uk>2015-04-27 14:48:36 +0000
commitc433aa516172417822227e5732c8be28710512cf (patch)
tree0ac305d9e8f8e09e806fba89130c055c3b649e10
parent717aef60fccc3c6932f21adf3d9852e710817800 (diff)
downloaddefinitions-c433aa516172417822227e5732c8be28710512cf.tar.gz
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
-rw-r--r--clusters/openstack-three-node-installer.morph4
1 files changed, 4 insertions, 0 deletions
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