Merge "devstack: stop all gnocchi services, not just api" into stable/3.0

This commit is contained in:
Jenkins 2016-10-20 15:27:37 +00:00 committed by Gerrit Code Review
commit d905c7ee32
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ function stop_gnocchi {
restart_apache_server
fi
# Kill the gnocchi screen windows
for serv in gnocchi-api; do
for serv in gnocchi-api gnocchi-metricd gnocchi-statsd; do
stop_process $serv
done
}