Comment 4 for bug 1768037

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/queens)

Reviewed: https://review.openstack.org/565539
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=dc77dc23df47d5078602fd28c3dd94ff36368967
Submitter: Zuul
Branch: stable/queens

commit dc77dc23df47d5078602fd28c3dd94ff36368967
Author: Tim Rozet <email address hidden>
Date: Mon Apr 30 10:28:17 2018 -0400

    Fixes HA Proxy backend check for ODL

    This patch removed listen_options for ODL:
    https://review.openstack.org/#/c/562036/

    Which introduced a regression where default options were then applied
    for ODL, including httpchk. This does not work with ODL because ODL
    will not respond to an HTTP GET without specific paths used. This patch
    adds the correct path that may be used to issue HTTP backend check.

    Closes-Bug: 1768037

    Change-Id: I60bdfc436044851ac02449c262d382b07b888f79
    Signed-off-by: Tim Rozet <email address hidden>
    (cherry picked from commit c53ea2512f963b1fa461fdedb853f9303dd042b1)