Merge "RGW haproxy backend return code can be 200 or 405"

This commit is contained in:
Zuul 2018-11-10 14:03:34 +00:00 committed by Gerrit Code Review
commit 93d6e09831
1 changed files with 1 additions and 1 deletions

View File

@ -345,5 +345,5 @@ haproxy_default_services:
haproxy_backend_options:
- httpchk HEAD /
haproxy_backend_httpcheck_options:
- expect status 405
- expect rstatus 200|405
haproxy_service_enabled: "{{ (groups['ceph-rgw'] is defined and groups['ceph-rgw'] | length > 0) or (ceph_rgws | length > 0) }}"