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')