nova/releasenotes/notes/deprecate-ami-images-feb10b7d0503fed5.yaml
Dan Smith 068dbe0779 Deprecate AMI image formats
We have a lot of special cases all around our code for AMI (et al)
images, in the boot, snapshot, and other areas. It was recently
discussed (after the major CVE which was complicated by AMI support)
that we should drop these special cases and support for AMI with it.
This starts that timer.

Change-Id: I90efaaa35225ce82bada0b427e09c8289adaae1e
2024-08-12 07:25:02 -07:00

9 lines
363 B
YAML

---
deprecations:
- |
AMI, AKI, and ARI image formats are now deprecated in Nova. The special-
case handling for them will be removed in a future release, and Nova will
stop being able to boot from them at that time. The kernel-id and
ramdisk-id linkages will continue to be honored from base images and are
unaffecfted by this deprecation.