Merge "Allow openstack_citest 'grant option' privilege"
This commit is contained in:
commit
c3aa7860ad
@ -62,6 +62,7 @@ class openstack_project::slave_db(
|
|||||||
if ($all_mysql_privs == true) {
|
if ($all_mysql_privs == true) {
|
||||||
mysql_grant { 'openstack_citest@localhost/*.*':
|
mysql_grant { 'openstack_citest@localhost/*.*':
|
||||||
privileges => ['all'],
|
privileges => ['all'],
|
||||||
|
options => ['GRANT'],
|
||||||
user => 'openstack_citest@localhost',
|
user => 'openstack_citest@localhost',
|
||||||
table => '*.*',
|
table => '*.*',
|
||||||
require => Mysql_user['openstack_citest@localhost'],
|
require => Mysql_user['openstack_citest@localhost'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user