summaryrefslogtreecommitdiffstats
path: root/keystone/trust
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 11:34:35 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-05-23 17:02:46 -0500
commit71c6a4b88279ddf9047595fb4c1ffbce4062621d (patch)
treea5f64884ddfd559d6b968732122956a1c041801a /keystone/trust
parentb1f663617aea75075fc9e3f76a1ffa2a1eb3cd42 (diff)
downloadkeystone-71c6a4b88279ddf9047595fb4c1ffbce4062621d.tar.gz
keystone-71c6a4b88279ddf9047595fb4c1ffbce4062621d.tar.xz
keystone-71c6a4b88279ddf9047595fb4c1ffbce4062621d.zip
Use TODO(NAME) (flake8 H101)
Change-Id: Ic47bdd61d9818f203a88ae16f97c2b61b1c1bd8c
Diffstat (limited to 'keystone/trust')
-rw-r--r--keystone/trust/controllers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/trust/controllers.py b/keystone/trust/controllers.py
index aecdbd8a..01ebc176 100644
--- a/keystone/trust/controllers.py
+++ b/keystone/trust/controllers.py
@@ -110,8 +110,8 @@ class TrustV3(controller.V3Controller):
The user creating the trust must be trustor
"""
- #TODO instead of raising ValidationError on the first problem,
- #return a collection of all the problems.
+ # TODO(ayoung): instead of raising ValidationError on the first
+ # problem, return a collection of all the problems.
if not trust:
raise exception.ValidationError(attribute='trust',
target='request')