devstack: remove verbose option

New oslo.utils have removed the deprecated since 2 years verbose option
and we still use it :p

Change-Id: I7eb6fae80539809dea6f90c5c8e71b74f6173d98
This commit is contained in:
Mehdi Abaakouk 2017-03-28 15:57:59 +02:00
parent 3841edcb10
commit fa030072b3
1 changed files with 2 additions and 2 deletions

View File

@ -417,8 +417,8 @@ function start_gnocchi {
fi
# run metricd last so we are properly waiting for swift and friends
run_process gnocchi-metricd "$GNOCCHI_BIN_DIR/gnocchi-metricd -d -v --config-file $GNOCCHI_CONF"
run_process gnocchi-statsd "$GNOCCHI_BIN_DIR/gnocchi-statsd -d -v --config-file $GNOCCHI_CONF"
run_process gnocchi-metricd "$GNOCCHI_BIN_DIR/gnocchi-metricd -d --config-file $GNOCCHI_CONF"
run_process gnocchi-statsd "$GNOCCHI_BIN_DIR/gnocchi-statsd -d --config-file $GNOCCHI_CONF"
}
# stop_gnocchi() - Stop running processes