summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-24 15:34:56 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-24 15:58:22 +0000
commit79d4d156925693fa728218cdd005ac27e9a2f511 (patch)
tree1ee322a700c59d7b6dd22ec3dc6554de6c54dbe4
parenta51246a5eb2337846de4a0a3872e0bd6b9df4eb1 (diff)
downloaddefinitions-baserock/franred/ceilometer-3-nodes.tar.gz
cinder: Run configure setup in the storage nodebaserock/franred/ceilometer-3-nodes
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