6b937b2c6c
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>
13 lines
305 B
YAML
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.
|