From 13ce4820604d8314b59acbb62fdef2df09300e33 Mon Sep 17 00:00:00 2001 From: monsterxx03 Date: Fri, 24 Aug 2012 13:28:32 +0800 Subject: mistake in doc string mistake target to object in doc string of keystone/policy/backends/rules.py Change-Id: I6a4711d142d3ecec3c44423af21d2438a4696d8c --- keystone/policy/backends/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/policy/backends/rules.py b/keystone/policy/backends/rules.py index 5abfe64c..92a90efa 100644 --- a/keystone/policy/backends/rules.py +++ b/keystone/policy/backends/rules.py @@ -86,7 +86,7 @@ def enforce(credentials, action, target): compute:attach_volume volume:attach_volume - :param object: dictionary representing the object of the action + :param target: dictionary representing the object of the action for object creation this should be a dictionary representing the location of the object e.g. {'tenant_id': object.tenant_id} -- cgit