Comment 4 for bug 1695142

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

Reviewed: https://review.openstack.org/473206
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=f6a62845a80657bed84c0f273d6cced80f2e67f4
Submitter: Jenkins
Branch: stable/ocata

commit f6a62845a80657bed84c0f273d6cced80f2e67f4
Author: Duong Ha-Quang <email address hidden>
Date: Fri Jun 2 13:04:56 2017 +0700

    Rewrite haproxy precheck conditions to not use string interpolation

    In Ansible 2.3.0 when statements should not include jinja2 templating
    delimiters such as {{ }} or {% %}

    This patchset fixes all condition in precheck task of haproxy.

    Change-Id: I5ad234cf24133efe342956c1b7ab1b947f96b20f
    Partial-Bug: #1695142
    (cherry picked from commit dbedf6b6598ab69122b3bf9b97460d4a83f4af7d)