Correct the code path of implementation for the abstract method

Change-Id: Ib32c096b490f98259b5d1421df97549e506e501f
This commit is contained in:
Dave Chen 2014-10-20 22:51:56 +08:00
parent 8fb62f7b0e
commit 8243f821cd
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Driver(object):
"""Verify that a user is authorized to perform action.
For more information on a full implementation of this see:
`keystone.common.policy.enforce`.
`keystone.policy.backends.rules.Policy.enforce`
"""
raise exception.NotImplemented() # pragma: no cover