Skip to content

Commit 92a70ba

Browse files
committed
Fix centos/rhel 9/10 dependencies
An error was introduced in [0], it added an incorrect dependency on genisoimage for nova, and kept a valid dependency on xorriso in n-cpu. It breaks centos 10 deployments, the expected behavior is to use xorriso on modern rhel/centos. [0] https://review.opendev.org/c/openstack/devstack/+/963799 Change-Id: I0057f934c453ded198f8b5e58f4924260a3d2508 Signed-off-by: Gregory Thiemonge <gthiemon@redhat.com>
1 parent a05d26e commit 92a70ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/rpms/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
conntrack-tools
22
curl
33
ebtables
4-
genisoimage
54
iptables
65
iputils
76
kernel-modules # not:openEuler-22.03
@@ -11,3 +10,4 @@ polkit
1110
rabbitmq-server # NOPRIME
1211
sqlite
1312
sudo
13+
xorriso

0 commit comments

Comments
 (0)