openstacksdk/releasenotes/notes/deprecated-compute-image-proxy-apis-986263f6aa1b1b25.yaml
Stephen Finucane 6b937b2c6c Deprecate all of the compute image proxy APIs
This is the only proxy API we support in SDK. We should stop doing that.
For now, just deprecate it.

Some examples are updated to use the image API.

Change-Id: Id4905782e64998c7293625f22298bbce0baed82a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-12-19 10:27:43 +00:00

13 lines
305 B
YAML

---
deprecations:
- |
The following Compute service proxy methods are now deprecated:
* ``find_image``
* ``get_image``
* ``delete_image``
* ``images``
These are proxy APIs for the Image service. You should use the Image
service instead via the Image service proxy methods.