aboutsummaryrefslogtreecommitdiffstats
path: root/keystonemiddleware-moon/debian/patches/re-add-missing-auth-options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'keystonemiddleware-moon/debian/patches/re-add-missing-auth-options.patch')
-rw-r--r--keystonemiddleware-moon/debian/patches/re-add-missing-auth-options.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/keystonemiddleware-moon/debian/patches/re-add-missing-auth-options.patch b/keystonemiddleware-moon/debian/patches/re-add-missing-auth-options.patch
deleted file mode 100644
index fc981d0c..00000000
--- a/keystonemiddleware-moon/debian/patches/re-add-missing-auth-options.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Re-add missing auth options
- Upstream went a bit quick to remove Auth options from the default generated
- config files.
-Author: Thomas Goirand <zigo@debian.org>
-Forwarded: no
-Last-Update: 2016-04-07
-
---- python-keystonemiddleware-4.4.0.orig/keystonemiddleware/auth_token/__init__.py
-+++ python-keystonemiddleware-4.4.0/keystonemiddleware/auth_token/__init__.py
-@@ -370,7 +370,7 @@ _OPTS = [
- ' only while migrating from a less secure algorithm to a more'
- ' secure one. Once all the old tokens are expired this option'
- ' should be set to a single value for better performance.'),
--]
-+] + _auth.OPTS
-
- CONF = cfg.CONF
- CONF.register_opts(_OPTS, group=_base.AUTHTOKEN_GROUP)