Comment 10 for bug 1864810

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/723245
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=98e86ea62b64eb1c5a7dfaca6c366527f584afc0
Submitter: Zuul
Branch: master

commit 98e86ea62b64eb1c5a7dfaca6c366527f584afc0
Author: Radosław Piliszek <email address hidden>
Date: Sun Apr 26 19:59:26 2020 +0200

    Remove redundant listen on haproxy handler

    Follow-up on [1] "Avoid multiple haproxy restarts after
    reconfiguration".

    There is no need to duplicate handler name in listen.
    The issue was because we had two handlers with the same
    name in the same environment.
    This causes Ansible not to mark handler as already run.

    [1] https://review.opendev.org/708385

    Change-Id: I5425a8037b6860ef71bce59becff8dfe5b601d4c
    Related-Bug: #1864810