From 2651652bd95ac731bbee4ced916dee3d946f5b63 Mon Sep 17 00:00:00 2001 From: melissaml Date: Tue, 27 Feb 2018 10:17:16 +0800 Subject: [PATCH] Fix link for keystonemiddleware page Change-Id: Ie07f1861186d5222e01cd6c5324d05c18941ca30 --- qinling/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qinling/context.py b/qinling/context.py index d2f44f2e..a56020ca 100644 --- a/qinling/context.py +++ b/qinling/context.py @@ -30,7 +30,7 @@ DEFAULT_PROJECT_ID = "default" def authenticate(req): # Refer to: - # https://docs.openstack.org/developer/keystonemiddleware/middlewarearchitecture.html#exchanging-user-information + # https://docs.openstack.org/keystonemiddleware/latest/middlewarearchitecture.html#exchanging-user-information identity_status = req.headers.get('X-Identity-Status') service_identity_status = req.headers.get('X-Service-Identity-Status')