stopped twice the swift daemons instead of calling stop then start. This fixes it.

This commit is contained in:
Thomas Goirand 2016-03-15 11:24:55 +01:00
parent 855a038c9a
commit 18f1bfa8ae
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ restart_swift_again () {
echo "===> Waiting 5 seconds..."
sleep 5
echo "===> Starting swift..."
for i in /etc/init.d/swift* ; do $i stop ; done
for i in /etc/init.d/swift* ; do $i start ; done
}
deploy_tempest_install_pkgs