[mitaka-only] mysql: never add brackets to mysql_bind_host

The patch was submitted in Newton, but we can't backport it:
https://review.openstack.org/#/c/369369/

Don't add brackets on mysql_bind_host parameter in Galera config.
Having brackets from this parameter works with old version of
Galera but not newest one.
EPEL upgraded the version of Galera, so we need this change to deploy
TripleO in HA environment

Change-Id: I1128c560f00fb3ffee8e072f1874ad7e610ff9e0
Closes-Bug: #1622755
This commit is contained in:
Emilien Macchi 2016-09-15 13:55:23 -04:00
parent 690b94e2b6
commit 41b85b2671
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ if hiera('step') >= 1 {
'wsrep_drupal_282555_workaround'=> '0',
'wsrep_causal_reads' => '0',
'wsrep_sst_method' => 'rsync',
'wsrep_provider_options' => "gmcast.listen_addr=tcp://[${mysql_bind_host}]:4567;",
'wsrep_provider_options' => "gmcast.listen_addr=tcp://${mysql_bind_host}:4567;",
},
}