From 72df493354ded5e9946999d2e74e6f6f09b731c8 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 15 May 2015 16:28:06 +0200 Subject: [PATCH] Added missing oslo.log namespace when generating default config. Rewritten-From: 1c367bfacf553c7bc73f84a97de6184edddc93d1 --- xenial/debian/changelog | 6 ++++++ xenial/debian/rules | 3 +++ 2 files changed, 9 insertions(+) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 449c690d..849ab29a 100644 --- a/xenial/debian/changelog +++ b/xenial/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/xenial/debian/rules b/xenial/debian/rules index e37deeea..492c9c2a 100755 --- a/xenial/debian/rules +++ b/xenial/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 \ -- 2.45.2