
Devstack uses mysql flavor by default on Ubuntu. This plugin enforces MariaDB as the database backend.
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
# MariaDB on Ubuntu uses unix_socket IPC for root auth (localhost!=127.0.0.1)
|
|
DATABASE_USER=stack
|
|
|
|
# MARIADB_PLUGIN_DIR contains the path to devstack-plugin-glusterfs/devstack directory
|
|
MARIADB_PLUGIN_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
|
|
|
|
source $MARIADB_PLUGIN_DIR/lib/mariadb
|