openstacksdk/releasenotes/notes/baremetal-errors-5cc871e8df4c9d95.yaml
Dmitry Tantsur 4dd309f56d Support bare metal service error messages
The bare metal service returns errors in a non-standard format. To make it
worse, it also JSON-encodes errors twice due to weird interaction between
WSME and Pecan. This patch implements both the double-encoded and the future
correct format.

Change-Id: Icfdd223e3a2b6f7b390be8d6581007be8b14666f
2018-09-03 14:25:08 +02:00

5 lines
82 B
YAML

---
fixes:
- |
Adds support for error messages from the bare metal service.