From: Angus Salkeld Date: Tue, 20 Mar 2012 00:08:24 +0000 (+1100) Subject: Install config files properly. X-Git-Tag: 2014.1~2190 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c1e3fea7a65624f2af272db248514fe5a338254c;p=openstack-build%2Fheat-build.git Install config files properly. Signed-off-by: Angus Salkeld --- diff --git a/setup.py b/setup.py index 3830287f..759c3ce0 100755 --- a/setup.py +++ b/setup.py @@ -104,4 +104,5 @@ setup( ], scripts=['bin/heat', 'bin/heat-api'], + data_files=[('/etc/heat', ['etc/heat-api.conf', 'etc/heat-api-paste.ini'])], py_modules=[])