summaryrefslogtreecommitdiff
path: root/keystonemiddleware/auth_token.py
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-10-08 19:07:29 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-10-08 19:07:29 -0500
commite9477a5b0b61aa5fa9f2f9b7b106f5642506b9e7 (patch)
tree49ecff5b002a1ce72658bab166f35bb5077caf59 /keystonemiddleware/auth_token.py
parent746a20d606ce04515125ece55e8b1e70e6dc6103 (diff)
downloadkeystonemiddleware-e9477a5b0b61aa5fa9f2f9b7b106f5642506b9e7.tar.gz
Remove HTTP_X_STORAGE_TOKEN doc
This header isn't referenced in the code so remove it from the documentation. Change-Id: I77c5432d4d7a31422c75f9d675ec0e15f6c1164d
Diffstat (limited to 'keystonemiddleware/auth_token.py')
-rw-r--r--keystonemiddleware/auth_token.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/keystonemiddleware/auth_token.py b/keystonemiddleware/auth_token.py
index 54413a8..8d36525 100644
--- a/keystonemiddleware/auth_token.py
+++ b/keystonemiddleware/auth_token.py
@@ -44,10 +44,6 @@ HTTP_X_AUTH_TOKEN
HTTP_X_SERVICE_TOKEN
A service token being passed in.
-HTTP_X_STORAGE_TOKEN
- The client token being passed in (legacy Rackspace use) to support
- swift/cloud files
-
Used for communication between components
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^