From: Thomas Goirand Date: Fri, 7 Dec 2012 14:50:20 +0000 (+0000) Subject: Using kombu instead of qpid by default for all heat daemons. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=926416826ec89d0d6b11faecab78cff3d9c024ef;p=openstack-build%2Fheat-build.git Using kombu instead of qpid by default for all heat daemons. Rewritten-From: b8300b8bb21cdaf46a4816e68cd49ae1cdff8ab2 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index c5d17b0b..e65b0878 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -27,8 +27,13 @@ override_dh_clean: debian/heat-engine.config \ debian/heat-engine.postinst -#override_dh_install: -# dh_install +override_dh_install: + dh_install + sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-engine/usr/share/heat-engine/heat-engine.conf + sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-api-cloudwatch/etc/heat/heat-api-cloudwatch.conf + sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-api-cfn/etc/heat/heat-api-cfn.conf + sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-api/etc/heat/heat-api.conf + sed -i 's/^[ \t]*rpc_backend[ \t]*=[ \t]*heat.openstack.common.rpc.impl_qpid/rpc_backend=heat.openstack.common.rpc.impl_kombu/' $(CURDIR)/debian/heat-metadata/etc/heat/heat-metadata.conf override_dh_auto_build: dh_auto_build