Add parames to use rabbitmq service binding

allow to bind rabbit on specific address, without this
binding, haproxy will not start because rabbit listen on
0.0.0.0
This commit is contained in:
Nicolas Hicher 2014-11-03 12:50:31 -05:00
parent 4d12ea97d5
commit fcd57bf2a3

View File

@ -80,6 +80,7 @@ class cloud::messaging(
cluster_nodes => $array_rabbit_names,
wipe_db_on_cookie_change => true,
cluster_node_type => $cluster_node_type,
node_ip_address => $rabbitmq_ip,
port => $rabbitmq_port,
}