From 687a5b0af021ad12397b11345e289ca1bd026aab Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Thu, 15 Mar 2018 22:56:02 +0700 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: Ic0d69d726be397a19ea696a8b4f1ab350da1a8a4 Closes-Bug: #1718356 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index cb229fdd6..9f5160651 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,10 @@ classifier = [files] packages = murano +data_files = + etc/murano = + etc/murano/murano-cfapi-paste.ini + etc/murano/murano-paste.ini [global] setup-hooks =