File: no-glance-proxy-5c13001a4b13e8ce.yaml

package info (click to toggle)
python-novaclient 2%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,260 kB
  • ctags: 4,382
  • sloc: python: 23,697; sh: 98; makefile: 92
file content (10 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
upgrade:
  - |
    The 2.36 microversion deprecated the image proxy API. As such, CLI calls
    now directly call the image service to get image details, for example,
    as a convenience to boot a server with an image name rather than the image
    id. To do this the following is assumed:

    #. There is an **image** entry in the service catalog.
    #. The image v2 API is available.