CI: Use xena on CentOS 8 Stream

Change-Id: I57430790c9c22bc7902bd9c8f8cbfadb47115bd0
This commit is contained in:
Tim Burke 2022-02-03 10:43:24 -08:00
parent 6e0ec0ad9c
commit 7f2adb4e8b

View File

@ -37,6 +37,6 @@ fi
if is_rhel8; then if is_rhel8; then
# Install CentOS OpenStack repos so that we have access to some extra # Install CentOS OpenStack repos so that we have access to some extra
# packages. # packages.
sudo dnf install -y centos-release-openstack-ussuri sudo dnf install -y centos-release-openstack-xena
sudo dnf install -y liberasurecode-devel sudo dnf install -y liberasurecode-devel
fi fi