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.
Reviewed: https:/ /review. openstack. org/506191 /git.openstack. org/cgit/ openstack/ barbican/ commit/ ?id=5d162ebdda9 071b9a691f31302 28b51f4a808836
Committed: https:/
Submitter: Zuul
Branch: master
commit 5d162ebdda9071b 9a691f3130228b5 1f4a808836
Author: Jesse Pretorius <email address hidden>
Date: Thu Sep 21 15:01:08 2017 +0100
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: Iacb17585a3235e 95faa109ff11f1b 039429ff770
Closes-Bug: #1718356