summaryrefslogtreecommitdiffstats
path: root/keystone/common/wsgi.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-09 00:18:56 +0000
committerGerrit Code Review <review@openstack.org>2013-02-09 00:18:56 +0000
commit1f258c4d18d876658a67b66efc42c61f9ba4df05 (patch)
tree4a4ecebdba08ef8fc6bee3c8d9d31b97614ca8fc /keystone/common/wsgi.py
parentb561e8a981cdb7e2103ec91d0c6f95de90faadcf (diff)
parent15739739419781128a9994eb28c1ab0ac0bf5e87 (diff)
downloadkeystone-1f258c4d18d876658a67b66efc42c61f9ba4df05.tar.gz
keystone-1f258c4d18d876658a67b66efc42c61f9ba4df05.tar.xz
keystone-1f258c4d18d876658a67b66efc42c61f9ba4df05.zip
Merge "Relational API links"
Diffstat (limited to 'keystone/common/wsgi.py')
-rw-r--r--keystone/common/wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/keystone/common/wsgi.py b/keystone/common/wsgi.py
index 92f6e1c1..5abbc468 100644
--- a/keystone/common/wsgi.py
+++ b/keystone/common/wsgi.py
@@ -211,6 +211,7 @@ class Application(BaseApplication):
# allow middleware up the stack to provide context & params
context = req.environ.get(CONTEXT_ENV, {})
context['query_string'] = dict(req.params.iteritems())
+ context['path'] = req.environ['PATH_INFO']
params = req.environ.get(PARAMS_ENV, {})
if 'REMOTE_USER' in req.environ:
context['REMOTE_USER'] = req.environ['REMOTE_USER']