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/506145 /git.openstack. org/cgit/ openstack/ glance/ commit/ ?id=b0b102b8dc5 ae0327f0b772c6a 9aafaa5c666f87
Committed: https:/
Submitter: Zuul
Branch: master
commit b0b102b8dc5ae03 27f0b772c6a9aaf aa5c666f87
Author: Jesse Pretorius <email address hidden>
Date: Thu Sep 21 13:37:50 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: Ie0eb7f16bc975d e0db80a2144fd8d b9e09f6317f
Closes-Bug: #1718356