Browse code

Merge "Remove --skip-redirect form the tgtd service restart"

Jenkins authored on 2015/02/06 14:35:56
Showing 1 changed files
... ...
@@ -454,10 +454,7 @@ function start_cinder {
454 454
         _configure_tgt_for_config_d
455 455
         if is_ubuntu; then
456 456
             sudo service tgt restart
457
-        elif is_fedora; then
458
-            # bypass redirection to systemctl during restart
459
-            sudo /sbin/service --skip-redirect tgtd restart
460
-        elif is_suse; then
457
+        elif is_fedora || is_suse; then
461 458
             restart_service tgtd
462 459
         else
463 460
             # note for other distros: unstack.sh also uses the tgt/tgtd service