summaryrefslogtreecommitdiffstats
path: root/keystone
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-03-14 17:12:22 +0000
committerJoe Heck <heckj@mac.com>2012-03-20 16:52:35 -0700
commitb802ae0d1f234b507d016d2c08aef3f9da8ca2d4 (patch)
tree093316d8b01fc154aee918debbfec9ad4c8b81b3 /keystone
parentd61aedaf868d984f1c317a73b362a2e7a366ef89 (diff)
updating docs to include creating service accts
and some general doc cleanup Change-Id: I745e636391f72dce9c142e399f46c0eb586aba8b
Diffstat (limited to 'keystone')
-rw-r--r--keystone/middleware/auth_token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/middleware/auth_token.py b/keystone/middleware/auth_token.py
index 44cee377..6b8885b4 100644
--- a/keystone/middleware/auth_token.py
+++ b/keystone/middleware/auth_token.py
@@ -28,7 +28,7 @@ This WSGI component:
* Collects and forwards identity information based on a valid token
such as user name, tenant, etc
-Refer to: http://keystone.openstack.org/middleware_architecture.html
+Refer to: http://keystone.openstack.org/middlewarearchitecture.html
HEADERS
-------