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: Ie4277b3b94cca5c99d1e40babb085922dabcc7b0
Closes-Bug: #1718356
This commit is contained in:
Nguyen Van Trung 2018-03-15 22:49:27 +07:00
parent e49bad98f0
commit 7fe1c3a977
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ classifier =
[files]
packages =
senlin
data_files =
etc/senlin =
etc/senlin/api-paste.ini
[entry_points]
console_scripts =