Merge "Remove wrong comment in devstack plugin"

This commit is contained in:
Jenkins 2016-07-25 08:50:43 +00:00 committed by Gerrit Code Review
commit 9db932c252
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ function _panko_configure_storage_backend {
if [ "$PANKO_BACKEND" = 'mysql' ] || [ "$PANKO_BACKEND" = 'postgresql' ] ; then
iniset $PANKO_CONF database event_connection $(database_connection_url panko)
elif [ "$PANKO_BACKEND" = 'es' ] ; then
# es is only supported for events. we will use sql for metering.
iniset $PANKO_CONF database event_connection es://localhost:9200
${TOP_DIR}/pkg/elasticsearch.sh start
elif [ "$PANKO_BACKEND" = 'mongodb' ] ; then