octavia/releasenotes/notes/Use-Ubuntu-virtual-kernel-for-Amphora-a1e8af8bc7893011.yaml
Michael Johnson e3aacb67ad Switch the default Ubuntu kernel to -virtual
A previous patch changed the default Ubuntu kernel for the amphora
images to the -kvm kernel[1]. This kernel is missing a module required
for cryptsetup.
This patch switches the default to the -virtual kernel, which is
slightly larger than the -kvm kernel, but includes the required
kernel module for cryptsetup.

[1] https://review.opendev.org/665861

Change-Id: Ia05d7e9f8ac2692e5769648255ef0e4e10a18c03
2019-07-08 10:30:43 -07:00

8 lines
283 B
YAML

---
features:
- |
The default kernel for the amphora image has switched from
linux-image-generic to linux-image-virtual, resulting in an image size
reduction of about 150MB. The linux-image-virtual kernel works with kvm,
qemu tcg, and Xen hypervisors among others.