Comment 4 for bug 1823075

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

Reviewed: https://review.openstack.org/650625
Committed: https://git.openstack.org/cgit/openstack/stx-root/commit/?id=8e4fcc45f425b68aa9749d1bf95c04ef2d5264d0
Submitter: Zuul
Branch: master

commit 8e4fcc45f425b68aa9749d1bf95c04ef2d5264d0
Author: Shuicheng Lin <email address hidden>
Date: Tue Apr 9 01:11:03 2019 +0800

    Add getfattr tool back to deployment environment

    /usr/bin/getfattr is provided by attr-2.4.46-13.el7.x86_64, which
    was being pulled into the ISO by openstack-nova-compute.
    openstack-nova-compute is removed from ISO since openstack is
    containerized.
    Add attr rpm to the image.inc lst, to explicitly require it be
    included in ISO.

    Test:
    Pass build and confirm attr rpm package is included in ISO.

    Closes-Bug: 1823075

    Change-Id: Ie40af4417ef48151eba5ed89bb0c0311bfbcc155
    Signed-off-by: Shuicheng Lin <email address hidden>