From 23a90bb7b134409fc03270d345c9af4a995bb80e Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 7 Dec 2012 18:13:03 +0000 Subject: [PATCH] Activate the db-sync ran with python. Rewritten-From: cb8646d792bf2df4710964103778090d3658a4a8 --- xenial/debian/heat-engine.postinst.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/heat-engine.postinst.in b/xenial/debian/heat-engine.postinst.in index 29c70f05..2c8f552b 100644 --- a/xenial/debian/heat-engine.postinst.in +++ b/xenial/debian/heat-engine.postinst.in @@ -14,8 +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 + python -m heat.db.sqlalchemy.manage version_control + python -m heat.db.sqlalchemy.manage upgrade fi #DEBHELPER# -- 2.45.2