From: Angus Salkeld Date: Wed, 28 Mar 2012 00:41:19 +0000 (+1100) Subject: Install /var/lib/heat directory X-Git-Tag: 2014.1~2147 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d35f4ac6482b43859eb40d6b0d539fa60095f6bc;p=openstack-build%2Fheat-build.git Install /var/lib/heat directory Signed-off-by: Angus Salkeld --- diff --git a/setup.py b/setup.py index 835f3bac..52d95847 100755 --- 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 index 00000000..e69de29b