making sure mysql is installed before we try to clean the anon user and test db BZ896107
Change-Id: I98af88ebf6a6514767bc50ada1ea04abbddbcf6c
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user