From c1e3fea7a65624f2af272db248514fe5a338254c Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 20 Mar 2012 11:08:24 +1100 Subject: [PATCH] Install config files properly. Signed-off-by: Angus Salkeld --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3830287fe3..759c3ce0fc 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=[])