kolla/releasenotes/notes/bug-1946801-5f3af3c44e567fcf.yaml
Marcin Juszkiewicz bbef9846c3 nova-compute: trim image a bit on CentOS
libguestfs package fetched kernel-core one which fetched linux-firmware.
We remove the last one and save ~500MB of space:

before/centos-binary-nova-compute: 3.3GB
after1/centos-binary-nova-compute: 2.71GB

Closes-Bug: #1946801
Change-Id: I98cc19c95fcec07dd4e494c14c09938d754f1de0
2021-11-26 12:10:32 +00:00

7 lines
180 B
YAML

---
fixes:
- |
CentOS ``nova-compute`` image has ``linux-firmware`` package removed to save
image size by ~500MB.
`LP#1926801 <https://launchpad.net/bugs/1926801>`__