diff options
author | Soren Hansen <soren@linux2go.dk> | 2011-04-12 09:41:42 +0200 |
---|---|---|
committer | Soren Hansen <soren@linux2go.dk> | 2011-04-12 09:41:42 +0200 |
commit | 07c1f30225fb27cbc8e7cfeebc6a73ec67a7f2e5 (patch) | |
tree | 8cecc580f75141ff446cc1610dc0b76ee890c05c | |
parent | 5752838917237e7b86a64117f46c71d1c2a356f3 (diff) | |
download | nova-07c1f30225fb27cbc8e7cfeebc6a73ec67a7f2e5.tar.gz nova-07c1f30225fb27cbc8e7cfeebc6a73ec67a7f2e5.tar.xz nova-07c1f30225fb27cbc8e7cfeebc6a73ec67a7f2e5.zip |
pep8
-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 83c894bea..5e81878c4 100644 --- a/nova/api/ec2/cloud.py +++ b/nova/api/ec2/cloud.py @@ -144,7 +144,7 @@ class CloudController(object): return None # This ensures that all attributes of the instance - # are populated. + # are populated. instance_ref = db.instance_get(ctxt, instance_ref['id']) mpi = self._get_mpi_data(ctxt, instance_ref['project_id']) |