diff options
author | QiLiang <liangqi1@huawei.com> | 2016-09-09 19:53:19 +0800 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-09-12 01:04:38 +0000 |
commit | 297be8f88ecae18e417cddb37b7ef3fe263fd12e (patch) | |
tree | 4b9742b3234afc0e1c1ec12aecb84db60f24e484 /deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha | |
parent | 39fdb50e32c0768860d850f414722495f8156482 (diff) |
Temporally disable swift support in moon scenario
Change-Id: Ib7ff639026e6975ca01359a76a57274f1fd8537b
Signed-off-by: QiLiang <liangqi1@huawei.com>
(cherry picked from commit aaac2cd21e3b096c077b8d80947ad3df2f81717b)
Diffstat (limited to 'deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha')
-rw-r--r-- | deploy/adapters/ansible/openstack_mitaka_xenial/roles/ha/templates/haproxy.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
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 |