Comment 2 for bug 1806004

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

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

commit d6ca5af79ec10d1a6c2cd98b27ca7e755abfc9b5
Author: Benoît Knecht <email address hidden>
Date: Fri Nov 30 10:36:05 2018 +0100

    Set Keepalived script_user to root

    Otherwise, Keepalived tries to execute its scripts as
    `keepalived_script`, which doesn't exist, so none of the scripts get
    executed at all. On top of that, some of the scripts require root
    privileges, so `script_user` needs to be set to `root`.

    Change-Id: Ia5cc0154cf520132d133679b64fc5f5c698dce85
    Closes-Bug: 1806004