From: Thomas Goirand Date: Sun, 4 Jan 2015 16:44:04 +0000 (+0100) Subject: Fixed default connection sed command line. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=28089fa02d0015d333275a3cf6d3fec14b7466d3;p=openstack-build%2Fceilometer-build.git Fixed default connection sed command line. Change-Id: I3f44454dc58919419eeaec8e3cd57a9b60bf9ddb Rewritten-From: 07145c42a448b76bd2b39a4fb82de5fc5e00ff7d --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 1b38583..a11d66e 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -2,6 +2,7 @@ ceilometer (2015.1~b1-1) UNRELEASED; urgency=medium * New upstream release. * Reviewed (build-)depends for this release. + * Fixed default connection sed command line. -- Thomas Goirand Tue, 23 Dec 2014 14:47:10 +0800 diff --git a/trusty/debian/rules b/trusty/debian/rules index b17160a..79608a6 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -27,7 +27,7 @@ override_dh_install: --namespace keystonemiddleware.auth_token sed -i 's|[# \t]*auth_protocol[\t ]*=.*|auth_protocol=http|' $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf chmod 0644 $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf - sed -i 's|#connection=.*|connection=mongodb://localhost:27017/ceilometer|' $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf + sed -i 's|#connection[ \t]*=.*|connection=mongodb://localhost:27017/ceilometer|' $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf override_dh_auto_build: dh_auto_build