summaryrefslogtreecommitdiff
path: root/nova/image
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2012-03-06 12:47:47 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2012-03-16 01:24:12 +0400
commita123f26a3f99bd0382ca48706dbfa363e11a9619 (patch)
treee708e710234e39741e52d1119407b4277997d365 /nova/image
parent4012a3f792ca5958616b31f7594f200d18665d71 (diff)
downloadnova-a123f26a3f99bd0382ca48706dbfa363e11a9619.tar.gz
HACKING fixes, TODO authors.
Looks like this fixes all HACKING problems that were around. Thanks to Dina Belova and Alexander Kovalev for this work. Change-Id: I63ae1ab2f1bb37daa236cde4096c3c893fd80dd2
Diffstat (limited to 'nova/image')
-rw-r--r--nova/image/glance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/image/glance.py b/nova/image/glance.py
index aa6cee83ce..93e6cf2730 100644
--- a/nova/image/glance.py
+++ b/nova/image/glance.py
@@ -322,7 +322,7 @@ class GlanceImageService(object):
# NOTE(parthi): only allow image deletions if the user
# is a member of the project owning the image, in case of
# setup without keystone
- # TODO Currently this access control breaks if
+ # TODO(parthi): Currently this access control breaks if
# 1. Image is not owned by a project
# 2. Deleting user is not bound a project
properties = image_meta['properties']