--- /dev/null
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ cinder (2014.1~rc1-1) experimental; urgency=low
+ .
+ * New upstream release.
+ * Removed now useless fix-sqlalchemy-version patch.
+ * Fixed new (build-)dependencies for this release.
+Author: Thomas Goirand <zigo@debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- cinder-2014.1~rc1.orig/etc/cinder/api-paste.ini
++++ cinder-2014.1~rc1/etc/cinder/api-paste.ini
+@@ -53,3 +53,9 @@ paste.filter_factory = cinder.api.middle
+
+ [filter:authtoken]
+ paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
++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%