From 7b75a429231f7ca45d949ce6a4db327c2e4f710c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 7 Dec 2012 15:14:28 +0000 Subject: [PATCH] Added the necessary db sync (done hardly with python). Rewritten-From: 47581f1b0b1f7f651b1c223a976719fc75958dc6 --- xenial/debian/heat-engine.postinst.in | 2 ++ 1 file changed, 2 insertions(+) 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# -- 2.45.2