]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Adds re-add-filter-authtoken.patch
authorThomas Goirand <thomas@goirand.fr>
Wed, 2 Apr 2014 17:54:18 +0000 (01:54 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 2 Apr 2014 17:54:18 +0000 (01:54 +0800)
debian/patches/re-add-filter-authtoken.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/re-add-filter-authtoken.patch b/debian/patches/re-add-filter-authtoken.patch
new file mode 100644 (file)
index 0000000..7d7bc92
--- /dev/null
@@ -0,0 +1,39 @@
+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%
index 25c0f244e6c3528dd5e85c9e11d2537f261ba6ad..ebd33f1a9bbe79d2bc3df546dab9f05f630c6b86 100644 (file)
@@ -1 +1,2 @@
 install-missing-files.patch
+re-add-filter-authtoken.patch