<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I'm currently trying to automate horizon setup with <a href="https://github.com/openstack/puppet-horizon/blob/stable/kilo/manifests/init.pp">https://github.com/openstack/puppet-horizon/blob/stable/kilo/manifests/init.pp</a>​ module but I recieve an OfflineGenerationError:<br>
</p>
<p><br>
</p>
<p>You have offline compression enabled but key "695212a2a24c10ba077ec76c387aa922" is missing from offline manifest. You may need to run "python manage.py compress".<br>
</p>
<p><br>
</p>
<p>The module tries to run the following command:<br>
</p>
<p><br>
</p>
<p>/usr/share/openstack-dashboard/manage.py collectstatic --noinput --clear && /usr/share/openstack-dashboard/manage.py compress --force<br>
</p>
<p><br>
</p>
<p>But it results in the following error:<br>
</p>
<p><br>
</p>
<div>Deleting 'bootstrap/js/bootstrap-datepicker.js'</div>
<div>Deleting 'bootstrap/js/bootstrap.js'</div>
<div>Copying '/usr/lib/python2.7/dist-packages/horizon/static/bootstrap/js/bootstrap-datepicker.js'</div>
<div>Copying '/usr/lib/python2.7/dist-packages/horizon/static/bootstrap/js/bootstrap.js'</div>
<div><br>
</div>
<div>2 static files copied.</div>
<div>Found 'compress' tags in:</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>/usr/share/openstack-dashboard/openstack_dashboard/templates/_stylesheets.html</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>/usr/lib/python2.7/dist-packages/horizon/templates/horizon/_conf.html</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>/usr/lib/python2.7/dist-packages/horizon/templates/horizon/_scripts.html</div>
<div>CommandError: An error occured during rendering /usr/share/openstack-dashboard/openstack_dashboard/templates/_stylesheets.html: 'dashboard/less/horizon.less' could not be found in the COMPRESS_ROOT '/usr/share/openstack-dashboard/static' or with staticfiles.​<br>
</div>
<div><br>
</div>
<div>Any Ideas to how one might fix this?<br>
</div>
<p><br>
</p>
<br>
</body>
</html>