Comment 4 for bug 1886663

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

Reviewed: https://review.opendev.org/742003
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=a893e6950f5cf969b7e123ec574af8ae4d6befe4
Submitter: Zuul
Branch: stable/ussuri

commit a893e6950f5cf969b7e123ec574af8ae4d6befe4
Author: Sean Mooney <email address hidden>
Date: Mon Jul 6 22:51:21 2020 +0000

    copy rootwarp files form venv in ironic base

    This change modifies the ironic base container
    to copy rootwarp filters from the virtual
    env rather than the source code directory. This
    is need because some required filters have
    been moved to ironic-lib and are not present in
    the /ironic dir. The rootwrap filters are not
    automitaclly installed in /etc/... due to kolla
    use of virtual envs and https://github.com/pypa/wheel/issues/92

    Closes-Bug: #1886663
    Change-Id: Idb0a675d92bab8b9a0cf5209f0a06e996e96033c
    (cherry picked from commit b6c7110409a5658de6e4d7d468d55a1d7ad49232)