haproxy for ironic-api HEAD -> GET

Change-Id: Id5e6439d68aa04aefbc22ba88258cc225e956638
Closes-Bug: 1640388
This commit is contained in:
npraveen35 2016-11-12 22:04:01 +05:30
parent ed95267fd1
commit a7e430e8f2
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ haproxy_default_services:
haproxy_port: 6385
haproxy_balance_type: http
haproxy_backend_options:
- "httpchk HEAD /"
- "httpchk GET /"
- service:
haproxy_service_name: rabbitmq_mgmt
haproxy_backend_nodes: "{{ groups['rabbitmq'] | default([]) }}"