Rafael Folco d1de0d4207 Devstack plugin to use mariadb on Ubuntu
Devstack uses mysql flavor by default on Ubuntu.
This plugin enforces MariaDB as the database backend.
2016-05-17 20:46:08 +00:00

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