From 4025a4612ddb954b6081c0fe4d41c904505bfe9b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 24 Nov 2015 15:56:25 +0100 Subject: [PATCH] Handle rename from dbsync to upgrade Change-Id: I7c80a41027c0fb8ce438ad7a7f20906ee985017c --- setup-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-tests.sh b/setup-tests.sh index d667c8d..4a654b5 100755 --- a/setup-tests.sh +++ b/setup-tests.sh @@ -49,7 +49,7 @@ pipeline = gnocchi [app:gnocchi] paste.app_factory = gnocchi.rest.app:app_factory EOF -gnocchi-dbsync --config-file ${GNOCCHI_DATA}/gnocchi.conf +gnocchi-upgrade --config-file ${GNOCCHI_DATA}/gnocchi.conf gnocchi-metricd --config-file ${GNOCCHI_DATA}/gnocchi.conf &>/dev/null & gnocchi-api --config-file ${GNOCCHI_DATA}/gnocchi.conf &> ${GNOCCHI_DATA}/out & # Wait for Gnocchi to start