project-config/gerrit/acls/openstack/devstack-plugin-mariadb.config
Rafael Folco a52ab639b5 Add devstack-plugin-mariadb as new project
This devstack plugin allow ubuntu users to use the open source forked
version/flavor of mysql, MariaDB, as an alternative to the default
MySQL.

Plugins used in the gate must live in OpenStack's gerrit. Following the
best practices to eventually add experimental/periodic jobs for MariaDB
- e.g: dsvm-tempest-full-mariadb.

Change-Id: I9a5f1fd23b7c4ea2711b9e919149083d29e9af1b
2016-05-25 14:27:07 +00:00

15 lines
367 B
Plaintext

[access "refs/heads/*"]
abandon = group devstack-plugin-mariadb-core
label-Code-Review = -2..+2 group devstack-plugin-mariadb-core
label-Workflow = -1..+1 group devstack-plugin-mariadb-core
[access "refs/tags/*"]
pushSignedTag = group devstack-plugin-mariadb-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true