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: Id86ba5a90fdfa13404d95c7b57cb2c3674d39914
Closes-Bug: #1718356
This commit is contained in:
rajat29 2017-09-22 13:37:09 +05:30 committed by Hongbin Lu
parent 14d3c88211
commit d6a70816aa

View File

@ -19,6 +19,10 @@ classifier =
Programming Language :: Python :: 3.5
[files]
data_files =
etc/zun =
etc/zun/api-paste.ini
etc/zun/policy.json
packages =
zun