From 7a5262fbb97f1759ba74e0897f9e5c6e4e61269d Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Fri, 2 Oct 2015 14:49:25 +0200 Subject: 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 --- puppet/hieradata/controller.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet/hieradata/controller.yaml') 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 -- cgit 1.2.3-korg