From 1e4000131a443859f3ac34137f42e8c6a11e67ea Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 22 Oct 2014 16:22:53 +0800 Subject: [PATCH] Set autho_protocol=http by default. Rewritten-From: bbe779b11dc5a51059f6ed67470972a96535fe4c --- xenial/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/xenial/debian/rules b/xenial/debian/rules index 7697da33..1f03b27d 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -35,6 +35,7 @@ override_dh_clean: override_dh_install: dh_install --fail-missing -Xbin/cinder-keystone-setup install -D -m 0640 etc/heat/heat.conf.sample $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf + sed -i 's|[# ]*auth_protocol[# ]*=.*|auth_protocol=http|' $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf set -e && for pyvers in $(PYTHONS); do \ mkdir -p $(CURDIR)/debian/python-heat/usr/lib/python$$pyvers/dist-packages/heat/plugins ; \ cp -rf contrib/heat_keystoneclient_v2/heat_keystoneclient_v2 $(CURDIR)/debian/python-heat/usr/lib/python$$pyvers/dist-packages/heat/plugins ; \ -- 2.45.2