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=848610ab5eb0f18237ce2e4b656b778e9068438f;p=openstack-build%2Fheat-build.git Now using the -pkg option of pkgos_dbc_read_conf Rewritten-From: 7e7269c2cd2ac553e6f2b3323a0a596f7ba7df8f --- diff --git a/xenial/debian/heat-engine.config.in b/xenial/debian/heat-engine.config.in index f5bf6721..fae53ccf 100644 --- a/xenial/debian/heat-engine.config.in +++ b/xenial/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