openstacksdk/releasenotes/notes/baremetal-update-80effb38aae8e02d.yaml
Dmitry Tantsur 14b460946c Correct update operations for baremetal
The bare metal service only accepts JSON patch format for updating
resources. However, we try to sent the whole bodies. This change
introduces support for JSON patch into the base Resource.

The Image resource, also using JSON patch, is not updated here,
because it may end up a breaking change.

Change-Id: I4c7866a1246f9e1d8025f5bde1e1930b5d1e2122
2018-08-13 11:04:13 +02:00

6 lines
110 B
YAML

---
fixes:
- |
Correct updating bare metal resources. Previously an incorrect body used
to be sent.