110259750e
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: Ibeed85e148298e1aea7542b950bc24a7f0513de8 Closes-Bug: #1718356
8 lines
233 B
YAML
8 lines
233 B
YAML
---
|
|
other:
|
|
- |
|
|
The default rootwrap configuration files are now included when
|
|
building the ironic python package. The files are included in
|
|
the path ``etc/ironic`` relative to the root of where ironic
|
|
is installed.
|