diff options
| author | Nikolay Sokolov <nsokolov@griddynamics.com> | 2011-07-25 19:59:00 +0400 |
|---|---|---|
| committer | Nikolay Sokolov <nsokolov@griddynamics.com> | 2011-07-25 19:59:00 +0400 |
| commit | 9c88bbee56dd05703af8f7c0df839a4da73f491a (patch) | |
| tree | 71adcaf63038918523ff527b8000698df55f80f6 | |
| parent | d85a43c4cdb1bfd28355ded486af2ded8f43d6b0 (diff) | |
Hotfix.
| -rw-r--r-- | nova/compute/manager.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 950fe0d53..79e9b16d3 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -184,6 +184,7 @@ class ComputeManager(manager.SchedulerDependentManager): state = power_state.FAILED self.db.instance_set_state(context, instance_id, state) + return state def _update_launched_at(self, context, instance_id, launched_at=None): """Update the launched_at parameter of the given instance.""" |
