File: deprecated-compute-image-proxy-apis-986263f6aa1b1b25.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
---
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.