From: Thomas Goirand Date: Wed, 22 Oct 2014 08:22:53 +0000 (+0800) Subject: Set autho_protocol=http by default. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fed6d65fc67397d7f02c609b4f1dfb1b56357e10;p=openstack-build%2Fheat-build.git Set autho_protocol=http by default. Rewritten-From: bbe779b11dc5a51059f6ed67470972a96535fe4c --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 7697da33..1f03b27d 100755 --- a/trusty/debian/rules +++ b/trusty/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 ; \