Comment 5 for bug 1514817

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

Reviewed: https://review.openstack.org/245020
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=8be9b816d58bdc878ba521f20f299b686a4ddc37
Submitter: Jenkins
Branch: master

commit 8be9b816d58bdc878ba521f20f299b686a4ddc37
Author: Bartłomiej Piotrowski <email address hidden>
Date: Fri Nov 13 08:50:59 2015 +0100

    Check the acpid version before starting the service

    acpid 1.x used the deprecated /proc/acpi/event interface to listen for
    ACPI events. In newer kernel releases that interface has been removed
    and acpid made to use netlink instead, making the check always evaluate
    to false on CentOS 7.

    Change-Id: I7fb44c901fcaa9006e00c8bd77a2cca32219b4ed
    Closes-bug: 1514817