A DevStack plugin that allows ubuntu users to use MariaDB flavor as the database backend
Go to file
Rafael Folco 0d24e3cfd7 Enable InnoDB, disable default XtraDB engine
https://mariadb.com/kb/en/mariadb/using-innodb-instead-of-xtradb/
2016-05-23 22:37:32 +00:00
devstack Enable InnoDB, disable default XtraDB engine 2016-05-23 22:37:32 +00:00
README.rst Copied missing parts of the functions overrides 2016-05-18 14:35:21 +00:00

README.rst

MariaDB Plugin

This plugin enables MariaDB opensource flavor of MySQL for Ubuntu users on Devstack. It overrides functions at lib/databases/mysql.

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