Merge "making sure mysql is installed before we try to clean the anon user and test db BZ896107"

This commit is contained in:
Jenkins
2013-01-17 16:11:49 +00:00
committed by Gerrit Code Review

View File

@@ -4,7 +4,9 @@ class {"mysql::server":
root_password => "%(CONFIG_MYSQL_PW)s",} root_password => "%(CONFIG_MYSQL_PW)s",}
} }
class {"mysql::server::account_security": } class {"mysql::server::account_security":
require => Class["mysql::server"],
}
class {"keystone::db::mysql": class {"keystone::db::mysql":
password => "keystone_default_password", password => "keystone_default_password",