From 64d7a04c1eed4dac6ab8dab40e5a02a4d3389a1d Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 8 Jan 2019 11:37:24 -0600 Subject: [PATCH] add resource filters to the included data_files The resource_filters.json file has been added to the included data files which will allow packagers to rely on the default file instead of having to carry it as a template. Change-Id: I2a0120c4ab199ef7ede09a707de8540ce98809af Signed-off-by: Kevin Carter --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index aaa3a25a2d6..df02db14c14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ data_files = etc/cinder = etc/cinder/api-paste.ini etc/cinder/rootwrap.conf + etc/cinder/resource_filters.json etc/cinder/rootwrap.d = etc/cinder/rootwrap.d/* packages = cinder