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
This commit is contained in:
Dan Smith 2024-08-12 07:25:02 -07:00
parent 7399728e89
commit 068dbe0779

View File

@ -0,0 +1,8 @@
---
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.