-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
5
-
False
-
-
False
-
?
-
?
-
?
-
?
-
-
In dev preview 3 the usage of the libvirt containers were removed but the building and publishing of the container was not.
for beta we followedup on https://issues.redhat.com/browse/OSPRH-960 with the removal of the contianer from tcib https://github.com/openstack-k8s-operators/tcib/pull/141
addtionally we reviewd the content of the nova_compute container and removed unused depencies https://github.com/openstack-k8s-operators/tcib/pull/142
namely
- python3-libguestfs (removed)
- jq (removed)
- openssh-server (replaced with openssh-clients)
- openstack-nova-migration (removed)
- parted (removed)
- python3-rtslib (removed)
note python3-libguestfs is still installed via the package spec so we need to address that to fully remove it from the container.
https://github.com/rdo-packages/nova-distgit/blob/rpm-master/openstack-nova.spec#L165
that is annoyingly something i just noticed now so i guess ill file a seperate story for that.