summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKei Masumoto <masumotok@nttdata.co.jp>2011-06-21 21:10:08 +0900
committerKei Masumoto <masumotok@nttdata.co.jp>2011-06-21 21:10:08 +0900
commite01848ed64c4523bb9e375da07e962b5ea1ea6ee (patch)
tree6f984ae31b775e48d56936d401d50a2c00db245b
parentc184fa5d03f3f8d7faaff7b583404874de409aa6 (diff)
erase unnecessary TODO: statement
-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 eac543251..16dbda47d 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -1249,7 +1249,7 @@ class ComputeManager(manager.SchedulerDependentManager):
if dest:
volume_api.remove_from_compute(ctxt, volume_id, dest)
- # TODO: Block migration needs empty image at destination host
+ # Block migration needs empty image at destination host
# before migration starts, so if any failure occurs,
# any empty images has to be deleted.
# In current version argument dest != None means this method is