+heat (2015.1.0-2) unstable; urgency=medium
+
+ * Added missing oslo.log namespace when generating default config.
+
+ -- Thomas Goirand <zigo@debian.org> Fri, 15 May 2015 16:27:46 +0200
+
heat (2015.1.0-1) unstable; urgency=medium
* New upstream release.
--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 \