summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-03-30 13:48:07 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-03-30 13:48:07 -0700
commitb8173ba9fe80045665064208e66f46cca75fd3ba (patch)
treecf84fc2d869023232d15dd8a20055352f643ddaf /nova/api
parent1703592992ebdd5bbf19952f79f05022a4cdc849 (diff)
review cleanup
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/ec2/cloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py
index 1e6c4d1db..3541e49ca 100644
--- a/nova/api/ec2/cloud.py
+++ b/nova/api/ec2/cloud.py
@@ -881,7 +881,7 @@ class CloudController(object):
@staticmethod
def _image_ec2_id(image_id, image_type='ami'):
- """Returns image ec2_id using id and three letter type"""
+ """Returns image ec2_id using id and three letter type."""
template = image_type + '-%08x'
return ec2utils.id_to_ec2_id(int(image_id), template=template)