From e5e352f25deb592d5176cc8b99b232aed4677591 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 21 Sep 2017 15:19:25 +0100 Subject: [PATCH] Add default configuration files to data_files In order to make it simpler to use the default configuration files when deploying services from source, the files are added to pbr's data_files section so that the files are included in the built wheels and therefore deployed with the code. Packaging and deployment tools can then more easily use the default files if they wish to. This pattern is already established with similar files for neutron, designate and glance as has been mentioned in the related bug report. Change-Id: I1f3c9b2e27d44f28f0e649e2c96a1c3dc1da9ea6 Closes-Bug: #1718356 --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8cb3002f5a..53c3253617 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,12 @@ classifier = Programming Language :: Python :: 3.5 [files] +data_files = + etc/heat = + etc/heat/api-paste.ini + etc/heat/policy.json + etc/heat/environment.d = etc/heat/environment.d/* + etc/heat/templates = etc/heat/templates/* packages = heat heat_integrationtests