diff options
| author | mdietz <mdietz@openstack> | 2010-10-04 21:20:33 +0000 |
|---|---|---|
| committer | mdietz <mdietz@openstack> | 2010-10-04 21:20:33 +0000 |
| commit | 6bdbb567f1a9e0a8b980ff916183d47375fe11bf (patch) | |
| tree | aeb2953ab27b92b8b2ac96aab89e01f6a206f418 | |
| parent | ec6af5b56545a7ec62033a6574683e3b93dc862c (diff) | |
| download | nova-6bdbb567f1a9e0a8b980ff916183d47375fe11bf.tar.gz nova-6bdbb567f1a9e0a8b980ff916183d47375fe11bf.tar.xz nova-6bdbb567f1a9e0a8b980ff916183d47375fe11bf.zip | |
One last bad line
| -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 3f440c85c..7f5f4c4e9 100644 --- a/nova/api/ec2/cloud.py +++ b/nova/api/ec2/cloud.py @@ -723,7 +723,7 @@ class CloudController(object): changes[field] = kwargs[field] if changes: db_context = {} - internal_id = self.ec2_id_to_internal_id(ec2_id) + internal_id = ec2_id_to_internal_id(ec2_id) inst = db.instance_get_by_internal_id(db_context, internal_id) db.instance_update(db_context, inst['id'], kwargs) return True |
