From: Thomas Goirand Date: Fri, 7 Dec 2012 18:13:03 +0000 (+0000) Subject: Activate the db-sync ran with python. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=dbc7fc94aafe0fc32e9a2053425ec9f1f02a3ecb;p=openstack-build%2Fheat-build.git Activate the db-sync ran with python. Rewritten-From: cb8646d792bf2df4710964103778090d3658a4a8 --- diff --git a/trusty/debian/heat-engine.postinst.in b/trusty/debian/heat-engine.postinst.in index 29c70f05..2c8f552b 100644 --- a/trusty/debian/heat-engine.postinst.in +++ b/trusty/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#