Merge "Always start iscsid for nova-compute"

This commit is contained in:
Zuul 2019-02-05 10:47:37 +00:00 committed by Gerrit Code Review
commit f7be08f788
1 changed files with 2 additions and 4 deletions

View File

@ -327,10 +327,8 @@ function configure_nova {
sudo chown -R $STACK_USER $NOVA_INSTANCES_PATH
fi
fi
if is_suse; then
# iscsid is not started by default
start_service iscsid
fi
# ensure that iscsid is started, even when disabled by default
start_service iscsid
fi
# Rebuild the config file from scratch