Remove wrong comment in devstack plugin
Change-Id: I620e909df499f54936277364287e486893bc8c0b
This commit is contained in:
parent
ad068f5544
commit
35a4fc4aeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user