Comment 2 for bug 1768037

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

Reviewed: https://review.openstack.org/565229
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=c53ea2512f963b1fa461fdedb853f9303dd042b1
Submitter: Zuul
Branch: master

commit c53ea2512f963b1fa461fdedb853f9303dd042b1
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>