Merge "Fix Barbican's health checks"

This commit is contained in:
Jenkins 2017-08-17 22:36:49 +00:00 committed by Gerrit Code Review
commit 84a1d9ad1a

View File

@ -254,9 +254,7 @@ haproxy_default_services:
haproxy_port: 9311
haproxy_balance_type: http
haproxy_backend_options:
- "httpchk HEAD /"
haproxy_backend_httpcheck_options:
- "expect status 401"
- "httpchk GET /"
- service:
haproxy_service_name: designate_api
haproxy_backend_nodes: "{{ groups['designate_api'] | default([]) }}"