+heat (2014.1~rc1-2) experimental; urgency=low
+
+ * Fixed dbsync for Icehouse (using heat-manage db_sync now).
+
+ -- Thomas Goirand <zigo@debian.org> Mon, 07 Apr 2014 00:58:35 +0800
+
heat (2014.1~rc1-1) experimental; urgency=low
* New upstream release.
pkgos_write_admin_creds ${CONF} keystone_authtoken heat
pkgos_register_endpoint_postinst heat heat orchestration "Heat Orchestration API" 8004 /v1/'%(tenant_id)s'
# This is the equivalent of db-sync:
- su heat -c "python -m heat.db.sync"
+ su heat -c "heat-manage db_sync"
chown -R heat:adm /var/log/heat
chmod 0750 /var/log/heat