Install etc/designate/* files
Instead of enforcing every packager or deployment tool to copy the files into proper locations, install them as part of usual setuptools installation process. It's the same as other services do, f.e. neutron. Change-Id: Ib04ce7ca8e16ca1a07a39526c540802764a7c547
This commit is contained in:
parent
497aad8351
commit
4518e86544
@ -27,6 +27,14 @@ setup-hooks =
|
||||
[files]
|
||||
packages =
|
||||
designate
|
||||
data_files =
|
||||
etc/designate =
|
||||
etc/designate/api-paste.ini
|
||||
etc/designate/policy.json
|
||||
etc/designate/designate.conf.sample
|
||||
etc/designate/rootwrap.conf.sample
|
||||
etc/designate/rootwrap.d =
|
||||
etc/designate/rootwrap/bind9.filters
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
|
Loading…
Reference in New Issue
Block a user