Merge "Add default configuration files to data_files"

This commit is contained in:
Jenkins 2017-10-09 15:44:08 +00:00 committed by Gerrit Code Review
commit 7d8cbf8e7f
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
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.

View File

@ -17,6 +17,10 @@ classifier =
Programming Language :: Python :: 2.7
[files]
data_files =
etc/ironic =
etc/ironic/rootwrap.conf
etc/ironic/rootwrap.d = etc/ironic/rootwrap.d/*
packages =
ironic
ironic_tempest_plugin