diff options
author | Jiri Stransky <jistr@redhat.com> | 2015-10-02 14:49:25 +0200 |
---|---|---|
committer | Jiri Stransky <jistr@redhat.com> | 2015-10-05 12:58:30 +0200 |
commit | 7a5262fbb97f1759ba74e0897f9e5c6e4e61269d (patch) | |
tree | d399eec17cde467dfb845a88701915d2f27b3737 /puppet/hieradata/controller.yaml | |
parent | d29003ac6d1c61db65b4ca3272ecbde3ea0942be (diff) |
Fix MariaDB account removal race condition
The removal of default MariaDB accounts was being triggered roughly at
the same time on all controllers, causing a race condition -- multiple
nodes found an account present and attempted deletion, but then only one
succeeded with the deletion, the others failed.
HA controller deletes the accounts only on bootstrap node now, which
fixes the issue.
Change-Id: Ieacd10a6ce26da50f6a37eaa3221d866c24353fa
Diffstat (limited to 'puppet/hieradata/controller.yaml')
-rw-r--r-- | puppet/hieradata/controller.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index a66c1eaa..a4e2766b 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -95,7 +95,6 @@ horizon::django_session_engine: 'django.contrib.sessions.backends.cache' # mysql mysql::server::manage_config_file: true -mysql::server::remove_default_accounts: true tripleo::loadbalancer::keystone_admin: true |