Comment 57 for bug 1718356

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

Reviewed: https://review.openstack.org/619485
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3466832b9972002e1c9eccde9ab2392dd7363e3a
Submitter: Zuul
Branch: stable/queens

commit 3466832b9972002e1c9eccde9ab2392dd7363e3a
Author: Jesse Pretorius <email address hidden>
Date: Thu Sep 21 13:28:09 2017 +0100

    Include all rootwrap filters when building wheels

    The current method of specifying each rootwrap filter
    in the file list is prone to errors when adding or
    removing filters. Instead of relying on a manually
    maintained list this patch just includes all the files
    of the correct naming convention from the applicable
    folder. This is simpler and easier to maintain.

    Closes-Bug: #1718356
    Change-Id: I7f8c55f63d1c5a85a6a92062e918426f7d2d3c35
    (cherry picked from commit 45f1404c68553fd01f386522dd16841526c68dbf)