nova/nova/tests/unit/scheduler/client
Balazs Gibizer 15c71ccf8e Remove @safe_connect from put_allocations
The only user of put_allocations of the report client is
heal_allocations. It is easy to remove the @safe_connect decorator
from put_allocations as heal_allocations already handles
PlacementAPIConnectFailure exception.

This patch changes heal_allocations to raise
PlacementAPIConnectFailure instead of relying on @safe_connect.

Change-Id: I6b3f61525883a019703cf564e693516b3b61febc
2019-10-08 12:43:12 +02:00
..
__init__.py rt: isolate report and query sched client tests 2016-08-21 20:43:17 -04:00
test_query.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_report.py Remove @safe_connect from put_allocations 2019-10-08 12:43:12 +02:00