aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-17 02:51:17 +0000
committerGerrit Code Review <review@openstack.org>2016-09-17 02:51:17 +0000
commit72b79f3f16c5c78db21f5e1f3a7239909cfeea0b (patch)
tree08ca5f9561cbed0ca01902c0bb94386a230bf967 /manifests/profile/pacemaker
parentb8bb4597f6d8d5472bdee4054a79439c2afa752e (diff)
parent6cc2d82c2ec212ad0c3f5df8228998d62f6e5e0e (diff)
Merge "mysql: never add brackets to mysql_bind_host"
Diffstat (limited to 'manifests/profile/pacemaker')
-rw-r--r--manifests/profile/pacemaker/database/mysql.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/pacemaker/database/mysql.pp b/manifests/profile/pacemaker/database/mysql.pp
index 4dc3770..4c54309 100644
--- a/manifests/profile/pacemaker/database/mysql.pp
+++ b/manifests/profile/pacemaker/database/mysql.pp
@@ -70,7 +70,7 @@ class tripleo::profile::pacemaker::database::mysql (
'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;",
}
}