From: Thomas Goirand Date: Fri, 7 Dec 2012 15:14:28 +0000 (+0000) Subject: Added the necessary db sync (done hardly with python). X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7b75a429231f7ca45d949ce6a4db327c2e4f710c;p=openstack-build%2Fheat-build.git Added the necessary db sync (done hardly with python). Rewritten-From: 47581f1b0b1f7f651b1c223a976719fc75958dc6 --- diff --git a/xenial/debian/heat-engine.postinst.in b/xenial/debian/heat-engine.postinst.in index c76f0eee..29c70f05 100644 --- a/xenial/debian/heat-engine.postinst.in +++ b/xenial/debian/heat-engine.postinst.in @@ -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#