]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Install /var/lib/heat directory
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 28 Mar 2012 00:41:19 +0000 (11:41 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 28 Mar 2012 00:41:19 +0000 (11:41 +1100)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
setup.py
var/lib/heat/.dummy [new file with mode: 0644]

index 835f3bacc84608f5d2b84c94e68acd4b48d35f91..52d95847f46dcf983733be6b0e84c68176080c2b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -95,5 +95,6 @@ setup(
                                'etc/heat-engine.conf',
                                'etc/heat-engine-paste.ini']),
                 ('/var/log/heat', ['var/log/heat/api.log',
-                                   'var/log/heat/engine.log'])],
+                                   'var/log/heat/engine.log']),
+                ('/var/lib/heat', ['var/lib/heat/.dummy'])],
     py_modules=[])
diff --git a/var/lib/heat/.dummy b/var/lib/heat/.dummy
new file mode 100644 (file)
index 0000000..e69de29