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

285 B

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