From: Thomas Goirand Date: Wed, 2 Apr 2014 17:54:18 +0000 (+0800) Subject: Adds re-add-filter-authtoken.patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9bb75dbd38f5ff5f42bce46aab1ea0b306ab1f0a;p=openstack-build%2Fcinder-build.git Adds re-add-filter-authtoken.patch --- diff --git a/debian/patches/re-add-filter-authtoken.patch b/debian/patches/re-add-filter-authtoken.patch new file mode 100644 index 000000000..7d7bc9277 --- /dev/null +++ b/debian/patches/re-add-filter-authtoken.patch @@ -0,0 +1,39 @@ +Description: + 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 + +--- +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: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- 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% diff --git a/debian/patches/series b/debian/patches/series index 25c0f244e..ebd33f1a9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ install-missing-files.patch +re-add-filter-authtoken.patch