nova/nova/compute
Dan Smith bdd064f95f Fix getting instance events on subsequent attempts
When the code for getting the list of events for a given instance
was moved into the InstanceEvents object, an indenting error was
introduced, which causes the get method to return None instead of
the list if the instance already has some events waiting.

This corrects that issue.

Closes-bug: #1296808
Change-Id: I099a605980dd9c2ae0659b82c633caeb8a19bbe9
2014-03-31 07:44:35 -07:00
..
monitors Move the metrics update to get_metrics 2014-02-27 01:07:25 +08:00
__init__.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
api.py Merge "Automatically create groups that do not exist" 2014-03-28 07:32:36 +00:00
cells_api.py Fix service API and cells 2014-03-21 08:58:17 -07:00
claims.py When a claim is rejected, explain why 2014-02-28 17:35:41 +00:00
fakevirtinstance.xml update copyrights 2010-07-15 01:28:51 -04:00
flavors.py Merge "Fix upper bound checking for flavor create parameters" 2014-03-03 15:00:36 +00:00
instance_actions.py Remove vi modelines 2014-02-03 14:19:44 +00:00
manager.py Fix getting instance events on subsequent attempts 2014-03-31 07:44:35 -07:00
power_state.py Remove underscore for the STATE_MAP variable 2014-02-17 03:01:45 -08:00
resource_tracker.py Merge "When a claim is rejected, explain why" 2014-03-03 19:53:00 +00:00
rpcapi.py Add external_instance_event() method to compute manager 2014-03-06 07:40:41 -08:00
stats.py Update OpenStack LLC to Foundation 2013-02-26 19:15:29 -05:00
task_states.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00
utils.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00
vm_mode.py Remove vi modelines 2014-02-03 14:19:44 +00:00
vm_states.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00