From dd278b1829d20749a644a33a28558e9962964318 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Wed, 9 Jan 2013 11:12:43 -0500 Subject: [PATCH] adding mysql account security class to clean test db and users fixes BZ891700 --- packstack/puppet/templates/mysql.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packstack/puppet/templates/mysql.pp b/packstack/puppet/templates/mysql.pp index c1c0cdc2a..93460d3e0 100644 --- a/packstack/puppet/templates/mysql.pp +++ b/packstack/puppet/templates/mysql.pp @@ -4,6 +4,8 @@ class {"mysql::server": root_password => "%(CONFIG_MYSQL_PW)s",} } +class {"mysql::server::account_security": } + class {"keystone::db::mysql": password => "keystone_default_password", allowed_hosts => "%%",