Comment 2 for bug 1746553

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

Reviewed: https://review.openstack.org/539603
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=8b578da43335ddcb1f3905cbda959c5737c24e77
Submitter: Zuul
Branch: master

commit 8b578da43335ddcb1f3905cbda959c5737c24e77
Author: Dan Prince <email address hidden>
Date: Wed Jan 31 12:02:40 2018 -0500

    inspector: fix perms on /var/lib/ironic

    This patch fixes permissions on the /var/lib/ironic directory when
    it gets used by ironic-inspector. It was previously getting owned as
    root:root which causes functional issues with the ironic-conductor
    service on the same node which expects it to be ironic:ironic.

    Change-Id: I408f791af1d6dca059836efc197d814ec63f942d
    Closes-bug: #1746553