nova/nova/tests/unit/scheduler/client
Eric Fried af4d8d3932 Adapter raise_exc=False by default
With the exception of a single spot in the code, every request we were
making through keystoneauth1 Adapter/Session was using raise_exc=False -
i.e. don't raise exceptions on >=400; we process the Response ourselves.

As of keystoneauth1 3.9.0 it is possible to pass a raise_exc kwarg into
the Adapter upon creation, setting that as the default for all requests
on that Adapter.  With this patch, we set raise_exc=False on all Adapter
creations and only override it in the one spot where we were actually
expecting and processing failures as exceptions.

Change-Id: I477afdfce746d405adf77134f57670563fd575e1
2018-06-22 09:40:33 -05:00
..
__init__.py rt: isolate report and query sched client tests 2016-08-21 20:43:17 -04:00
test_query.py Modify select_destinations() to return objects and alts 2017-12-07 15:01:13 +00:00
test_report.py Adapter raise_exc=False by default 2018-06-22 09:40:33 -05:00