Fix typo in policy docstring

Change-Id: I778d7dd74f05f0db1a1e61fc64619fba7fca4c28
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou
2012-10-05 14:40:02 +02:00
parent f3780fc426
commit fde53ec41f

View File

@@ -82,7 +82,7 @@ def enforce(context, action, target):
for object creation this should be a dictionary representing the
location of the object e.g. ``{'project_id': context.project_id}``
:raises nova.exception.PolicyNotAllowed: if verification fails.
:raises nova.exception.PolicyNotAuthorized: if verification fails.
"""
init()