From 297be8f88ecae18e417cddb37b7ef3fe263fd12e Mon Sep 17 00:00:00 2001 From: QiLiang Date: Fri, 9 Sep 2016 19:53:19 +0800 Subject: Temporally disable swift support in moon scenario Change-Id: Ib7ff639026e6975ca01359a76a57274f1fd8537b Signed-off-by: QiLiang (cherry picked from commit aaac2cd21e3b096c077b8d80947ad3df2f81717b) --- .../roles/ha/templates/haproxy.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha/templates/haproxy.cfg') diff --git a/deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha/templates/haproxy.cfg b/deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha/templates/haproxy.cfg index 66ea7139..c0a0747d 100644 --- a/deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha/templates/haproxy.cfg +++ b/deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha/templates/haproxy.cfg @@ -158,15 +158,15 @@ listen proxy-cinder_api_cluster server {{ host }} {{ ip }}:8776 weight 1 check inter 2000 rise 2 fall 5 {% endfor %} -listen proxy-swift-proxy - bind {{ internal_vip.ip }}:8080 - bind {{ public_vip.ip }}:8080 - balance source - option tcpka - option tcplog -{% for host,ip in haproxy_hosts.items() %} - server {{ host }} {{ ip }}:8080 weight 1 check inter 2000 rise 2 fall 5 -{% endfor %} +#listen proxy-swift-proxy +# bind {{ internal_vip.ip }}:8080 +# bind {{ public_vip.ip }}:8080 +# balance source +# option tcpka +# option tcplog +#{% for host,ip in haproxy_hosts.items() %} +# server {{ host }} {{ ip }}:8080 weight 1 check inter 2000 rise 2 fall 5 +#{% endfor %} listen proxy-ceilometer_api_cluster bind {{ internal_vip.ip }}:8777 -- cgit 1.2.3-korg