diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-20 15:43:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-20 15:43:39 +0000 |
commit | ec7667b43c4d8dd5fb8222c3ddd9572e08477390 (patch) | |
tree | 2c7f77b26204c14ddaa979a4d20536bb9fd3b085 /manifests/loadbalancer.pp | |
parent | e0921709d946d8db95f2a399a1b9da93d6b73d06 (diff) | |
parent | 70cb73ca6e53cbca3a841a67d2bb1644461754c6 (diff) |
Merge "Do not make RabbitMQ listen on public vip"
Diffstat (limited to 'manifests/loadbalancer.pp')
-rw-r--r-- | manifests/loadbalancer.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 6601cf9..fb2a694 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -572,7 +572,7 @@ class tripleo::loadbalancer ( if $rabbitmq { haproxy::listen { 'rabbitmq': - ipaddress => [$controller_virtual_ip, $public_virtual_ip], + ipaddress => [$controller_virtual_ip], ports => 5672, options => { 'timeout' => [ 'client 0', 'server 0' ], |