mysql: remove 'test' default database

When MySQL start for the first time, it creates a 'test' database. It's
useless to keep it, so let's remove it.

Note: we already remove it on the overcloud.
Change-Id: Iad6646693f9bf65bdb6a530d807fb83de8cdb7cc
This commit is contained in:
Emilien Macchi
2016-12-19 16:55:03 -05:00
parent 21376eb59c
commit cf904e0355

View File

@@ -222,7 +222,7 @@ enable_galera: true
mysql_max_connections: '4096'
tripleo::profile::base::database::mysql::step: 2
tripleo::profile::base::database::mysql::manage_resources: true
tripleo::profile::base::database::mysql::remove_default_accounts: false
tripleo::profile::base::database::mysql::remove_default_accounts: true
tripleo::profile::base::database::mysql::mysql_server_options:
'mysqld':
bind-address: "%{hiera('controller_host')}"