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:
@@ -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')}"
|
||||
|
||||
Reference in New Issue
Block a user