summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-06-22 20:03:35 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-06-22 20:03:35 -0400
commit3b8ac87afbc1b2bb9371486697e1dd3ff22a4bc5 (patch)
tree95d10b0bf88f9bda9cb16bc2a7ed41adcef76781
parent918bbfc61da3541729be44bbfb244f3e0a0c9e13 (diff)
downloadnova-3b8ac87afbc1b2bb9371486697e1dd3ff22a4bc5.tar.gz
nova-3b8ac87afbc1b2bb9371486697e1dd3ff22a4bc5.tar.xz
nova-3b8ac87afbc1b2bb9371486697e1dd3ff22a4bc5.zip
image -> instance in comment
-rw-r--r--nova/compute/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index adf8b1c78..3b98b9067 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -338,7 +338,7 @@ class ComputeManager(manager.SchedulerDependentManager):
self._update_state(context, instance_id)
except exception.InstanceNotFound:
# FIXME(wwolf): We are just ignoring InstanceNotFound
- # exceptions here in case the image was immediately deleted
+ # exceptions here in case the instance was immediately deleted
# before it actually got created. This should be fixed once we have
# no-db-messaging
pass