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/506210 /git.openstack. org/cgit/ openstack/ sahara/ commit/ ?id=873c4fed836 f8f4c16469ad164 78b7bbbfb0daa6
Committed: https:/
Submitter: Jenkins
Branch: master
commit 873c4fed836f8f4 c16469ad16478b7 bbbfb0daa6
Author: Jesse Pretorius <email address hidden>
Date: Thu Sep 21 15:23:06 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: Iae987bdae55b75 143f192f9a642cf 1ff564c62b6
Closes-Bug: #1718356