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. Change-Id: I116efd3ff1799965bb46da785b2ad96c7f5b97c5 Closes-Bug: #1718356
This commit is contained in:
parent
46c1c2a8dd
commit
e486a50f77
@ -33,8 +33,7 @@ data_files =
|
||||
etc/designate/policy.json
|
||||
etc/designate/designate.conf.sample
|
||||
etc/designate/rootwrap.conf.sample
|
||||
etc/designate/rootwrap.d =
|
||||
etc/designate/rootwrap.d/bind9.filters
|
||||
etc/designate/rootwrap.d = etc/designate/rootwrap.d/*
|
||||
|
||||
[entry_points]
|
||||
oslo.config.opts =
|
||||
|
Loading…
Reference in New Issue
Block a user