]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Activate the db-sync ran with python.
authorThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 18:13:03 +0000 (18:13 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 18:13:03 +0000 (18:13 +0000)
Rewritten-From: cb8646d792bf2df4710964103778090d3658a4a8

xenial/debian/heat-engine.postinst.in

index 29c70f056eb0c59051e2c0c8076b06c45f73291a..2c8f552bb4b7007d8a0b1d24f945aedd7877e29c 100644 (file)
@@ -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#