Update dataplane section name
We recently split the data plane from the control plane. This patch updates those sections in devstack. Change-Id: Idfa1325cf5732b408cb717e8b6162b18e1618985 Depends-On: If5c91ebe136017cea2eeecf62a580d050e49617d
This commit is contained in:
parent
634455d0a2
commit
e70fad4191
@ -123,11 +123,13 @@ function configure_zaqar {
|
||||
|
||||
if [ "$ZAQAR_BACKEND" = 'mongodb' ] ; then
|
||||
iniset $ZAQAR_CONF drivers storage mongodb
|
||||
iniset $ZAQAR_CONF 'drivers:storage:mongodb' uri mongodb://localhost:27017/zaqar
|
||||
iniset $ZAQAR_CONF 'drivers:message_store:mongodb' uri mongodb://localhost:27017/zaqar
|
||||
iniset $ZAQAR_CONF 'drivers:message_store:mongodb' database zaqar
|
||||
configure_mongodb
|
||||
elif [ "$ZAQAR_BACKEND" = 'redis' ] ; then
|
||||
iniset $ZAQAR_CONF drivers storage redis
|
||||
iniset $ZAQAR_CONF 'drivers:storage:redis' uri redis://localhost:6379
|
||||
iniset $ZAQAR_CONF 'drivers:message_store:redis' uri redis://localhost:6379
|
||||
iniset $ZAQAR_CONF 'drivers:message_store:redis' database zaqar
|
||||
configure_redis
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user