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
This commit is contained in:
Nguyen Van Trung 2018-03-15 22:56:02 +07:00
parent 2d6a9f2dd2
commit 687a5b0af0
1 changed files with 4 additions and 0 deletions

View File

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