summaryrefslogtreecommitdiffstats
path: root/keystone/policy
diff options
context:
space:
mode:
authormonsterxx03 <xyj.asmy@gmail.com>2012-08-24 13:28:32 +0800
committermonsterxx03 <xyj.asmy@gmail.com>2012-08-24 13:28:32 +0800
commit13ce4820604d8314b59acbb62fdef2df09300e33 (patch)
tree849a240a81cb53c25f77bd63afb91b5eeaec339a /keystone/policy
parent6b04662844dc031c8f0ca6c74b0222b19587f3eb (diff)
downloadkeystone-13ce4820604d8314b59acbb62fdef2df09300e33.tar.gz
keystone-13ce4820604d8314b59acbb62fdef2df09300e33.tar.xz
keystone-13ce4820604d8314b59acbb62fdef2df09300e33.zip
mistake in doc string
mistake target to object in doc string of keystone/policy/backends/rules.py Change-Id: I6a4711d142d3ecec3c44423af21d2438a4696d8c
Diffstat (limited to 'keystone/policy')
-rw-r--r--keystone/policy/backends/rules.py2
1 files changed, 1 insertions, 1 deletions
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}