Merge "Do not split hosts for rabbit_os_hosts in murano.pp"

This commit is contained in:
Jenkins 2017-05-31 08:37:21 +00:00 committed by Gerrit Code Review
commit 635856d64b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class { '::murano' :
rabbit_os_user => $rabbit_hash['user'],
rabbit_os_password => $rabbit_hash['password'],
rabbit_os_port => $amqp_port,
rabbit_os_host => split($amqp_hosts, ','),
rabbit_os_host => $amqp_hosts,
rabbit_ha_queues => $rabbit_ha_queues,
rabbit_own_host => $public_ip,
rabbit_own_port => $murano_hash['rabbit']['port'],