Remove invalid FIXME note

There are a couple of notes that does not apply to
our code anymore.

One because the bug it relates has been fixed; and
another because the suggestion does not apply.

Related-Bug: #1347318

Change-Id: If1190c76deccf7dc501005082c5e85cf00b7b7e6
This commit is contained in:
Samuel de Medeiros Queiroz 2015-12-03 15:28:36 -03:00
parent 8dd27d3368
commit 3a7b97e595
2 changed files with 0 additions and 5 deletions

View File

@ -33,8 +33,6 @@ class Password(auth.AuthMethodHandler):
"""Try to authenticate against the identity backend."""
user_info = auth_plugins.UserAuthInfo.create(auth_payload, METHOD_NAME)
# FIXME(gyee): identity.authenticate() can use some refactoring since
# all we care is password matches
try:
self.identity_api.authenticate(
context,

View File

@ -1399,9 +1399,6 @@ class TestTokenRevokeById(test_v3.RestfulTestCase):
# the scoped token can be revoked, and the unscoped token remains
# valid.
# FIXME(blk-u): This isn't working correctly. The scoped token should
# be revoked. See bug 1347318.
unscoped_token = self.get_v2_token()
# Get a project-scoped token from the unscoped token