A DevStack plugin that allows ubuntu users to use MariaDB flavor as the database backend
Go to file
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
devstack Devstack plugin to use mariadb on Ubuntu 2016-05-17 20:46:08 +00:00
README.rst Devstack plugin to use mariadb on Ubuntu 2016-05-17 20:46:08 +00:00

README.rst

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin mariadb https://github.com/rafaelfolco/devstack-plugin-mariadb
  3. run stack.sh