]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Install config files properly.
authorAngus Salkeld <asalkeld@redhat.com>
Tue, 20 Mar 2012 00:08:24 +0000 (11:08 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Tue, 20 Mar 2012 00:09:14 +0000 (11:09 +1100)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
setup.py

index 3830287fe384e6b1fe1abfeff99b599393ba9d40..759c3ce0fc7c1071909e01928cf67bdd29545f1a 100755 (executable)
--- 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=[])