Files
python-ganttclient/nova/tests
Johannes Erdfelt 3319c4d0d1 Consistently update instance in nova/compute/manager.py
The code used a mix of self.db.instance_update and self._update_instance,
so settle on self._update_instance. Also, the code used a mix of
self._update_instance and self._set_instance_error_state, so settle on
self._set_instance_error_state. This also changes the code to not clear
task_state in all cases, leaving it set for debugging purposes.

Change-Id: I5c841ebfb60ba4acf62382060e416ea780bd66ba
2012-02-08 22:03:17 +00:00
..
2012-01-23 07:45:33 -08:00
2012-01-18 14:44:05 +01:00
2012-02-07 21:14:31 +01:00
2012-01-12 22:27:46 +00:00
2011-09-29 13:39:59 +01:00
2012-02-07 21:14:31 +01:00
2012-01-15 19:39:08 -08:00