X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-keystone%2Fkeystone-explicitly-import-localcontext-from-oslo.me.patch;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-keystone%2Fkeystone-explicitly-import-localcontext-from-oslo.me.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=5c152e00de5fcdbc5d061d9ef3103ba100a26670;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/keystone-explicitly-import-localcontext-from-oslo.me.patch b/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/keystone-explicitly-import-localcontext-from-oslo.me.patch deleted file mode 100644 index 5c152e0..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/files/python-keystone/keystone-explicitly-import-localcontext-from-oslo.me.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 0d6b66b2d5314b454a421bd22fcc8173baf0bc95 Mon Sep 17 00:00:00 2001 -From: Bruce Ashfield -Date: Mon, 20 Oct 2014 15:59:33 -0400 -Subject: [PATCH] keystone: explicitly import localcontext from oslo.messaging - -When using apache as a front end to keystone, juno has a problem when -authenticating clients due to a failure to import localcontext from -oslo. - -We can work around this issue by doing the export explicitly in the -entry routine versus in the library itself. - -Signed-off-by: Bruce Ashfield ---- - httpd/keystone.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/httpd/keystone.py b/httpd/keystone.py -index f5ce498c5152..b2b9285ad2ab 100644 ---- a/httpd/keystone.py -+++ b/httpd/keystone.py -@@ -32,6 +32,7 @@ from keystone.common import sql - from keystone import config - from keystone.openstack.common import log - from keystone import service -+from oslo.messaging import localcontext - - - CONF = config.CONF --- -1.9.1 -