summaryrefslogtreecommitdiffstats
path: root/puppet/manifests/overcloud_controller.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-09 11:26:03 +0000
committerGerrit Code Review <review@openstack.org>2015-10-09 11:26:03 +0000
commit57f7dd6d7f9f6346e85d0f79b88462429db7a782 (patch)
tree39c1d7ae6b17d9ec36993764f9aa263c55bc7753 /puppet/manifests/overcloud_controller.pp
parent2089e841a0df746ad94c92ca7ed4aba953353094 (diff)
parent7a5262fbb97f1759ba74e0897f9e5c6e4e61269d (diff)
Merge "Fix MariaDB account removal race condition"
Diffstat (limited to 'puppet/manifests/overcloud_controller.pp')
-rw-r--r--puppet/manifests/overcloud_controller.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp
index c857c5c5..c3302362 100644
--- a/puppet/manifests/overcloud_controller.pp
+++ b/puppet/manifests/overcloud_controller.pp
@@ -84,7 +84,8 @@ if hiera('step') >= 2 {
'max_connections' => hiera('mysql_max_connections'),
'open_files_limit' => '-1',
},
- }
+ },
+ remove_default_accounts => true,
}
# FIXME: this should only occur on the bootstrap host (ditto for db syncs)