summaryrefslogtreecommitdiff
path: root/keystoneclient/middleware
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-10-08 18:51:45 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-11-19 07:39:50 -0600
commitc5b624d94105680bf61389f7d76cccb5df9db5e1 (patch)
tree5c02f58ff91c82cb0bcd40b4bd76da3de08c377b /keystoneclient/middleware
parentb71a0a22c54e91a1c0058e4b29973df4154478f6 (diff)
downloadpython-keystoneclient-c5b624d94105680bf61389f7d76cccb5df9db5e1.tar.gz
Remove middleware architecture doc
The auth_token middleware was moved to the keystonemiddleware repo and the middleware architecture doc was copied there. The copy in the client repo can be removed. Change-Id: Ic7b7f970a08746dd4f5d61dd5144c1dae168ad6d
Diffstat (limited to 'keystoneclient/middleware')
-rw-r--r--keystoneclient/middleware/auth_token.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/keystoneclient/middleware/auth_token.py b/keystoneclient/middleware/auth_token.py
index 9891359..43a7ea5 100644
--- a/keystoneclient/middleware/auth_token.py
+++ b/keystoneclient/middleware/auth_token.py
@@ -16,6 +16,12 @@
"""
TOKEN-BASED AUTH MIDDLEWARE
+.. warning::
+
+ This module is DEPRECATED. The auth_token middleware has been moved to the
+ `keystonemiddleware repository
+ <http://docs.openstack.org/developer/keystonemiddleware/>`_.
+
This WSGI component:
* Verifies that incoming client requests have valid tokens by validating
@@ -26,9 +32,6 @@ This WSGI component:
* Collects and forwards identity information based on a valid token
such as user name, tenant, etc
-Refer to: http://docs.openstack.org/developer/python-keystoneclient/
-middlewarearchitecture.html
-
HEADERS
-------