Merge "Actually start the systemd services in step3 of the major-upgrade step"

This commit is contained in:
Jenkins 2016-10-11 11:38:21 +00:00 committed by Gerrit Code Review
commit c7fd99ce01
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services=$(services_to_migrate)
if [[ ${keep_sahara_services_on_upgrade} =~ [Ff]alse ]] ; then
services=${services%%openstack-sahara*}
fi
for service in $(services); do
for service in $services; do
manage_systemd_service start "${service%%-clone}"
check_resource_systemd "${service%%-clone}" started 600
done