summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-12-21 10:22:41 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-12-21 11:47:05 -0500
commitbd2525ceb47699747f9370773fa629bf28c999d6 (patch)
tree1748ce0f1e237277440967a405e7145ca42876c3 /meta-openstack/recipes-devtools/python/python-heat_git.bb
parentd2a69f5e890b040cbc774f64275c27c8a1ea67a9 (diff)
downloadmeta-cloud-services-bd2525ceb47699747f9370773fa629bf28c999d6.tar.gz
housekeeping: replace deprecated base_contains
Fixes: base_contains is deprecated, please use bb.utils.contains instead. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index c2b2da7..75d5ba6 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -89,7 +89,7 @@ do_install_append() {
89 sed -e "s:%ADMIN_PASSWORD%:${ADMIN_PASSWORD}:g" -i ${HEAT_CONF_DIR}/heat.conf 89 sed -e "s:%ADMIN_PASSWORD%:${ADMIN_PASSWORD}:g" -i ${HEAT_CONF_DIR}/heat.conf
90 sed -e "s:%SERVICE_TENANT_NAME%:${SERVICE_TENANT_NAME}:g" -i ${HEAT_CONF_DIR}/heat.conf 90 sed -e "s:%SERVICE_TENANT_NAME%:${SERVICE_TENANT_NAME}:g" -i ${HEAT_CONF_DIR}/heat.conf
91 fi 91 fi
92 if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then 92 if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
93 install -d ${D}${sysconfdir}/init.d 93 install -d ${D}${sysconfdir}/init.d
94 94
95 sed 's:@suffix@:api:' < ${WORKDIR}/heat.init >${WORKDIR}/heat-api.init.sh 95 sed 's:@suffix@:api:' < ${WORKDIR}/heat.init >${WORKDIR}/heat-api.init.sh