python-novaclient/releasenotes/notes/pike-rm-deprecated-img-d58e9ae2d774cbfc.yaml
Matt Riedemann 41f66d15aa Remove deprecated image commands/API bindings
We deprecated the image proxy commands and APIs in Newton
due to the 2.36 microversion. We said after Ocata 15.0.0 we
would remove these, which we can do now in Pike.

Note that the list() method on the ImageManager has to be
moved to the GlanceManager since we still need to list images
for the --image-with option on the boot command. The _match_image
method in the shell has to be updated for a glance v2 response
where custom metadata properties are flat in the image body.

This needs to be released with a major version bump.

Change-Id: I2d9fd0243d42538bd1417a42357c17b09368d2a5
2017-02-22 15:56:28 -05:00

14 lines
335 B
YAML

---
prelude: >
Deprecated image commands and python API bindings have been removed.
upgrade:
- |
The following deprecated image commands have been removed::
* nova image-list
* nova image-show
* nova image-meta
* nova image-delete
Along with the related python API bindings in ``novaclient.v2.images``.