From a31908e73ae65de3c39632a0f38f060122397150 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 13 Dec 2012 09:27:09 +0000 Subject: [PATCH] Also droping the sed for heat-metadata.conf Rewritten-From: 8dd11c1cec175b675d17d10f84f24edcc78eee77 --- trusty/debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 56d57a59..85f04ba3 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -33,7 +33,6 @@ override_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-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 -- 2.45.2