+heat (2014.2-2) experimental; urgency=medium
+
+ * Do not duplicate the [keystone_authtoken] in heat.conf. This was a leftover
+ from the missing [keystone_authtoken] in Icehouse.
+
+ -- Thomas Goirand <zigo@debian.org> Wed, 22 Oct 2014 00:38:56 +0800
+
heat (2014.2-1) experimental; urgency=medium
* New upstream release.
+++ /dev/null
-[keystone_authtoken]
-auth_host = 127.0.0.1
-auth_port = 35357
-auth_protocol = http
-admin_tenant_name = %SERVICE_TENANT_NAME%
-admin_user = %SERVICE_USER%
-admin_password = %SERVICE_PASSWORD%
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
- cat $(CURDIR)/debian/keystone_authtoken >>$(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 ; \