Browse code

Merge "Always start iscsid for nova-compute"

Zuul authored on 2019/02/05 19:47:37
Showing 1 changed files
... ...
@@ -327,10 +327,8 @@ function configure_nova {
327 327
                 sudo chown -R $STACK_USER $NOVA_INSTANCES_PATH
328 328
             fi
329 329
         fi
330
-        if is_suse; then
331
-            # iscsid is not started by default
332
-            start_service iscsid
333
-        fi
330
+        # ensure that iscsid is started, even when disabled by default
331
+        start_service iscsid
334 332
     fi
335 333
 
336 334
     # Rebuild the config file from scratch