Comment 5 for bug 1719875

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (stable/ocata)

Reviewed: https://review.openstack.org/507843
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=7954dc4b3f01e0c4a441d1c4186f62993d6b40cc
Submitter: Jenkins
Branch: stable/ocata

commit 7954dc4b3f01e0c4a441d1c4186f62993d6b40cc
Author: Daniel Marks <email address hidden>
Date: Wed Sep 27 14:49:59 2017 +0200

    Fix Aodh's health checks (ocata backport)

    HAProxy currently checks aodh backend with "HEAD /" and an expected
    return code of 401. The request actually returns "200 OK". The 401 would
    be returned if the check would target "HEAD /v2", but as all other
    backends that do not implement "/healthcheck" also check "HEAD /" for
    2xx/3xx return codes, I removed the wrongly expected "401".

    Change-Id: If20216c605938c14a94d9b710d3f98b0d885b629
    Closes-Bug: 1719875