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.
Reviewed: https:/ /review. openstack. org/506203 /git.openstack. org/cgit/ openstack/ trove/commit/ ?id=39ae2ee3a90 84e0b6945f0fbec 3dd735dc0efa7d
Committed: https:/
Submitter: Zuul
Branch: master
commit 39ae2ee3a9084e0 b6945f0fbec3dd7 35dc0efa7d
Author: Jesse Pretorius <email address hidden>
Date: Thu Sep 21 15:16: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, designate and glance as has
been mentioned in the related bug report.
Change-Id: I3bb03644674f01 6018a178a76cca9 d12afe11c43
Closes-Bug: #1718356