Comment 3 for bug 1653535

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara-image-elements (stable/newton)

Reviewed: https://review.openstack.org/416079
Committed: https://git.openstack.org/cgit/openstack/sahara-image-elements/commit/?id=6e663a7dff880a15b3e6ec5b2487a2055c23a164
Submitter: Jenkins
Branch: stable/newton

commit 6e663a7dff880a15b3e6ec5b2487a2055c23a164
Author: Luigi Toscano <email address hidden>
Date: Tue Oct 11 17:51:57 2016 +0200

    Disable firewalld (also on centos7) when it is enabled

    Calling systemctl disable on a non-existing unit leads to a failure due
    to `set -e`. This checks prevents it.
    Also applies the same codepath to centos7 (as it is for rhel7, also
    because centos7 has currently test coverage).

    Closes-Bug: #1653535
    Change-Id: I21f9cfd1959dcde80ed6abbf410bd0c4e93cc803
    (cherry picked from commit 42d79a982815cff83ed6e89b269b45c982b906b6)