summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-24 15:34:56 +0000
committerFrancisco Redondo <francisco.marchena@codethink.co.uk>2015-04-27 14:49:11 +0000
commit57c14997d702d96884c2013884c957ede9cecaba (patch)
tree41f0410803862d409c44821231ea032d45a6171c
parentc433aa516172417822227e5732c8be28710512cf (diff)
downloaddefinitions-57c14997d702d96884c2013884c957ede9cecaba.tar.gz
cinder: Run configure setup in the storage node
Change-Id: Ibc954e855452d83fe364083455bc2d5616457cbb
-rw-r--r--openstack-cinder.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-cinder.configure b/openstack-cinder.configure
index 587a0f83..1eeb25bd 100644
--- a/openstack-cinder.configure
+++ b/openstack-cinder.configure
@@ -93,7 +93,7 @@ if "$CINDER_ENABLE_COMPUTE" || "$CINDER_ENABLE_STORAGE"; then
enable target #target.service!
enable iscsid
fi
-if "$CINDER_ENABLE_COMPUTE" || "$CINDER_ENABLE_CONTROLLER"; then
+if "$CINDER_ENABLE_COMPUTE" || "$CINDER_ENABLE_CONTROLLER" || "$CINDER_ENABLE_STORAGE"; then
enable openstack-cinder-config-setup
fi
if "$CINDER_ENABLE_STORAGE"; then