Rafael Folco 5986e05c6f Copied missing parts of the functions overrides
Fixes missing varirables inside the overrides.
2016-05-18 14:35:21 +00:00

21 lines
469 B
ReStructuredText

================
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``