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
This commit is contained in:
Jesse Pretorius 2017-09-21 15:19:25 +01:00
parent 127aaef196
commit e5e352f25d

View File

@ -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