summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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