Merge "Correct the code path of implementation for the abstract method"

This commit is contained in:
Jenkins 2014-10-22 02:41:46 +00:00 committed by Gerrit Code Review
commit 7c70fb2d8c
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