Handle rename from dbsync to upgrade

Change-Id: I7c80a41027c0fb8ce438ad7a7f20906ee985017c
This commit is contained in:
Julien Danjou 2015-11-24 15:56:25 +01:00
parent bfd288874c
commit 4025a4612d
1 changed files with 1 additions and 1 deletions

View File

@ -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