diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-28 07:27:25 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-30 01:23:07 -0700 |
commit | 3aa265a6a17ac719c4ec6872d1692b80921086de (patch) | |
tree | d55573dce33dfa2c9cfadb0477016d39f1e01fb6 /setup.py | |
parent | 3cb73072d2da631f671ec54f3de518bb781a9623 (diff) |
collectd: add config file templates as package_data
needed for pkg_resources.resource_string
Change-Id: Ief7a8fcd88fd6d371851a26e1559351963979e68
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ setup( 'benchmark/scenarios/networking/*.txt', 'benchmark/scenarios/parser/*.sh', 'benchmark/scenarios/storage/*.bash', + 'network_services/nfvi/collectd.conf', + 'network_services/nfvi/collectd.sh', 'resources/files/*', 'resources/scripts/install/*.bash', 'resources/scripts/remove/*.bash' |