]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Using kombu instead of qpid by default for all heat daemons.
authorThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 14:50:20 +0000 (14:50 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 14:58:18 +0000 (14:58 +0000)
Rewritten-From: b8300b8bb21cdaf46a4816e68cd49ae1cdff8ab2

xenial/debian/rules

index c5d17b0b89ed77172637f8dd6a0be5dd02e75a28..e65b0878619b5d97ba5586ca9fb02b89702c7bf6 100755 (executable)
@@ -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