From 79d4d156925693fa728218cdd005ac27e9a2f511 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 24 Apr 2015 15:34:56 +0000 Subject: cinder: Run configure setup in the storage node Change-Id: Ibc954e855452d83fe364083455bc2d5616457cbb --- openstack-cinder.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1