Merge "remove invalid note"

This commit is contained in:
Jenkins 2015-01-28 10:16:07 +00:00 committed by Gerrit Code Review
commit 76342b77cf
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ class Routers(wsgi.RoutersBase):
def append_v3_routers(self, mapper, routers):
auth_controller = controllers.Auth()
# NOTE(morganfainberg): For policy enforcement reasons, the
# ``validate_token_head`` method is still used for HEAD requests.
# The controller method makes the same call as the validate_token
# call and lets wsgi.render_response remove the body data.
self._add_resource(
mapper, auth_controller,
path='/auth/tokens',