diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-03-30 13:48:07 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-03-30 13:48:07 -0700 |
| commit | b8173ba9fe80045665064208e66f46cca75fd3ba (patch) | |
| tree | cf84fc2d869023232d15dd8a20055352f643ddaf /nova/api | |
| parent | 1703592992ebdd5bbf19952f79f05022a4cdc849 (diff) | |
review cleanup
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/cloud.py | 2 |
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) |
