Merge "Allow openstack_citest 'grant option' privilege"

This commit is contained in:
Jenkins 2016-01-11 19:03:50 +00:00 committed by Gerrit Code Review
commit c3aa7860ad

View File

@ -62,6 +62,7 @@ class openstack_project::slave_db(
if ($all_mysql_privs == true) {
mysql_grant { 'openstack_citest@localhost/*.*':
privileges => ['all'],
options => ['GRANT'],
user => 'openstack_citest@localhost',
table => '*.*',
require => Mysql_user['openstack_citest@localhost'],