Merge "Correct MySQL DB priv names for citest grants"

This commit is contained in:
Jenkins 2014-02-13 11:38:37 +00:00 committed by Gerrit Code Review
commit 7f1eb2f86d

View File

@ -271,7 +271,7 @@ class jenkins::slave(
}
database_grant { 'openstack_citest@localhost':
privileges => ['CREATE', 'DROP'],
privileges => ['CREATE_PRIV', 'DROP_PRIV'],
provider => 'mysql',
require => Database_user['openstack_citest@localhost'],
}