Updates keystone middleware classname in docs.

Change-Id: If6a5b74c2fe7855b28aaded7b93228dbd0de9845
This commit is contained in:
Dan Prince 2012-11-28 16:10:26 -05:00
parent 8c839ee2c9
commit cae7672332
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ pieces of middleware exist in the ``glance-api-paste.ini``. Here is
an example for ``authtoken``::
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http