Comment 23 for bug 1624457

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

Reviewed: https://review.openstack.org/441605
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=8b63089e1c3a55e3752229155d3a9e87d0511574
Submitter: Jenkins
Branch: master

commit 8b63089e1c3a55e3752229155d3a9e87d0511574
Author: Mark Goddard <email address hidden>
Date: Thu Mar 2 18:31:23 2017 +0000

    Use ironic-inspector user for ironic-inspector

    This change updates the ironic-inspector image to use the
    ironic-inspector user rather than the ironic user to execute the
    ironic inspector service as this more closely aligns with what is
    typically done by downstream packagers (specifically, Ubuntu and
    RDO).

    This change rebases the ironic-inspector image onto the openstack-base
    image instead of the ironic-base image. We configure an
    ironic-inspector user and use this to execute the ironic-inspector
    service. We also configure ironic-inspector to log to
    /var/log/kolla/ironic-inspector instead of the previous ironic
    location.

    Following this change we no longer need the workaround of a
    sudoers file for the binary install type that was added in change
    I8ecd0b658b8df8f38ddf717fa9443d4dc2896984.

    Change-Id: Ibdc5ba35db61f4974d4282aff34bcb5ccd952d45
    Closes-Bug: #1624457