From: Thomas Goirand Date: Tue, 15 Jan 2013 17:20:42 +0000 (+0000) Subject: Now using the -pkg option of pkgos_dbc_read_conf X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=34dc2ee420dda4558dd222f404b9246e50698d6d;p=openstack-build%2Fheat-build.git Now using the -pkg option of pkgos_dbc_read_conf Rewritten-From: 7e7269c2cd2ac553e6f2b3323a0a596f7ba7df8f --- diff --git a/trusty/debian/heat-engine.config.in b/trusty/debian/heat-engine.config.in index f5bf6721..fae53ccf 100644 --- a/trusty/debian/heat-engine.config.in +++ b/trusty/debian/heat-engine.config.in @@ -9,6 +9,6 @@ CONF=/etc/heat/heat-engine.conf #PKGOS-INCLUDE# pkgos_var_user_group heat -pkgos_dbc_read_conf ${CONF} heat DEFAULT sql_connection $@ +pkgos_dbc_read_conf -pkg heat-engine ${CONF} heat DEFAULT sql_connection $@ exit 0