]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Now using the -pkg option of pkgos_dbc_read_conf
authorThomas Goirand <thomas@goirand.fr>
Tue, 15 Jan 2013 17:20:42 +0000 (17:20 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 15 Jan 2013 17:20:42 +0000 (17:20 +0000)
Rewritten-From: 7e7269c2cd2ac553e6f2b3323a0a596f7ba7df8f

trusty/debian/heat-engine.config.in

index f5bf6721b2c1503a91aae069b62d6e2018ee2ec6..fae53ccf460d7f8cece4908d9384cd4acb8483ad 100644 (file)
@@ -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