summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorDan Smith <danms@us.ibm.com>2013-01-30 18:22:45 -0500
committerDan Smith <danms@us.ibm.com>2013-01-30 19:15:49 -0500
commit57154884c47143bfd6101d4b758d5e8d45966622 (patch)
tree8b0680f00952db2ed78af59f897ea9942798403b /nova/utils.py
parent8a8c0b2eb2ae7c5d4c1b4ffebc4674cccdd3692e (diff)
downloadnova-57154884c47143bfd6101d4b758d5e8d45966622.tar.gz
nova-57154884c47143bfd6101d4b758d5e8d45966622.tar.xz
nova-57154884c47143bfd6101d4b758d5e8d45966622.zip
Make scheduler modules pass conductor to add_instance_fault
The add_instance_fault_from_exc() method was recently changed to take a conductor to avoid direct database access. The scheduler was not updated for this, and thus was not passing it in a couple of cases. This makes those calls pass a conductor LocalAPI, resulting in direct database access (which is desired from the scheduler). The tests that one might have thought would catch this didn't because they mock out the method itself. This fixes those and adds two tests that exercise the add_instance_fault path all the way down to the DB API, which would have caught it in the first place. Fixes bug 1110808 Change-Id: If1c2988487d408a39fdf4080541f58f6bdac216c
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions