]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fixed dbsync for Icehouse (using heat-manage db_sync now).
authorThomas Goirand <thomas@goirand.fr>
Sun, 6 Apr 2014 17:04:08 +0000 (01:04 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 6 Apr 2014 17:04:08 +0000 (01:04 +0800)
Rewritten-From: 36d7934606d2ea3990f06f45b7ad5ba7cd086de6

trusty/debian/changelog
trusty/debian/heat-common.postinst.in

index 600ab9478b36091be786ce4184f049013d1b6200..e661663ca92cafdbd404635a694e3e505d3ace09 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 98eacb9c45be8ddbcab69673b299fdaa3ddaaef7..e2e9539f2a43d8c4031de9a8389dd39c37541659 100644 (file)
@@ -24,7 +24,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
         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