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 and the glance metadefs as has
been mentioned in the related bug report.

Change-Id: Iacb17585a3235e95faa109ff11f1b039429ff770
Closes-Bug: #1718356
This commit is contained in:
Jesse Pretorius 2017-09-21 15:01:08 +01:00
parent 4b3f66535e
commit 5d162ebdda
1 changed files with 4 additions and 0 deletions

View File

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