openstacksdk/releasenotes/notes/image-update-76bd3bf24c1c1380.yaml
Dmitry Tantsur 04f7af7a5a Use the base Resource's JSON patch support in Image
Note that as a side effect, the image service resources no longer
allow setting unsupported attributes. Their support was a bit
awkward since they were essentially write-only. On the other hand,
this change can be breaking for consumers that rely on it.

Change-Id: I04dc37e0570b84c80d7c19fd090ba7043e70bd74
2018-08-13 11:08:36 +02:00

6 lines
161 B
YAML

---
upgrade:
- |
When using the Image API, it is no longer possible to set arbitrary
properties, not known to the SDK, via ``image.update_image`` API.