diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-04-20 11:11:45 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-04-20 11:11:45 -0400 |
| commit | 6c538b870005464b2bab0510b4e98a71d0d24770 (patch) | |
| tree | 5dfa51780129f633c227f3d2527392f914ba4fa8 /nova | |
| parent | e628007bec0e313f252d8dd15d19297f99dc93f8 (diff) | |
Removed no longer relevant comment.
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/compute/manager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 5a7b4fb11..46f910b27 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -1103,7 +1103,6 @@ class ComputeManager(manager.SchedulerDependentManager): # NOTE(justinsb): We have to be very careful here, because a # concurrent operation could be in progress (e.g. a spawn) if db_state == power_state.BUILDING: - # Assume that NOSTATE => spawning # TODO(justinsb): This does mean that if we crash during a # spawn, the machine will never leave the spawning state, # but this is just the way nova is; this function isn't |
