]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added the necessary db sync (done hardly with python).
authorThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 15:14:28 +0000 (15:14 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 15:16:11 +0000 (15:16 +0000)
Rewritten-From: 47581f1b0b1f7f651b1c223a976719fc75958dc6

xenial/debian/heat-engine.postinst.in

index c76f0eeedf5ff6da6dad4b6954de8d78fab8cfc6..29c70f056eb0c59051e2c0c8076b06c45f73291a 100644 (file)
@@ -14,6 +14,8 @@ if [ "$1" = "configure" ] ; then
        pkgos_write_new_conf heat heat-engine.conf
        pkgos_dbc_postinst ${CONF} heat DEFAULT sql_connection $@
 
+       #python -m heat.db.sqlalchemy.manage version_control
+       #python -m heat.db.sqlalchemy.manage upgrade
 fi
 
 #DEBHELPER#