blob: 49442938542a06d3ec599b863aa49ef4821b48d7 (
plain)
1
2
3
4
5
6
7
8
|
---
fixes:
- |
Fixes a confusing ``AttributeError`` if an adapter returns ``None`` for
the bare metal API.
- |
Prevents the adapter configuration options from getting ignored if
a matching endpoint cannot be found. An error is now raised.
|