Comment 2 for bug 1814064

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

Reviewed: https://review.openstack.org/634209
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=f91b88078a71525608664df6b4559cd7908117b2
Submitter: Zuul
Branch: master

commit f91b88078a71525608664df6b4559cd7908117b2
Author: Domingues Luis Filipe <email address hidden>
Date: Thu Jan 31 13:02:32 2019 +0100

    Make keepalived configuration future-proof

    As keepalived, from v2.0.0, uses execev() instead
    of system() for running scripts, the haproxy_check
    and the pingable_check will fail when upgrading
    keepalived. Exporting the full command into scripts
    make them compatibale with newer version of keepalived.

    Change-Id: Iea7d4565910046149d64dd1b4d8ec7bebb6e9e2a
    Closes-bug: #1814064