From: Thomas Goirand Date: Fri, 15 May 2015 14:28:06 +0000 (+0200) Subject: Added missing oslo.log namespace when generating default config. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=56bfda4023a279399ea5ad9451fd7a5b914b5671;p=openstack-build%2Fheat-build.git Added missing oslo.log namespace when generating default config. Rewritten-From: 1c367bfacf553c7bc73f84a97de6184edddc93d1 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 449c690d..849ab29a 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +heat (2015.1.0-2) unstable; urgency=medium + + * Added missing oslo.log namespace when generating default config. + + -- Thomas Goirand Fri, 15 May 2015 16:27:46 +0200 + heat (2015.1.0-1) unstable; urgency=medium * New upstream release. diff --git a/trusty/debian/rules b/trusty/debian/rules index e37deeea..492c9c2a 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -50,9 +50,12 @@ override_dh_install: --namespace keystonemiddleware.auth_token \ --namespace oslo.messaging \ --namespace oslo.db \ + --namespace oslo.log \ --wrap-width 120 \ --output-file $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf sed -i 's|^[# \t]*connection[\t #]*=.*|connection=sqlite:////var/lib/heat/heatdb|' $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf + sed -i 's|^[# \t]*auth_protocol[\t #]*=.*|auth_protocol = http|' $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf + dh_install --fail-missing -Xbin/cinder-keystone-setup set -e && for pyvers in $(PYTHONS); do \