summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-02-03 10:43:24 -0800
committerTim Burke <tim.burke@gmail.com>2022-02-03 10:43:24 -0800
commit7f2adb4e8b0f483bb01ff9b71747d76ebb14ef38 (patch)
treea12cb33a7c87fa026f846c88ed4cd9b747a5a672 /tools
parent6e0ec0ad9cb5f561246c92c6f4b83a39e05dfd4c (diff)
downloadswift-7f2adb4e8b0f483bb01ff9b71747d76ebb14ef38.tar.gz
CI: Use xena on CentOS 8 Stream
Change-Id: I57430790c9c22bc7902bd9c8f8cbfadb47115bd0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-setup.sh b/tools/test-setup.sh
index f69142d77..08b772781 100755
--- a/tools/test-setup.sh
+++ b/tools/test-setup.sh
@@ -37,6 +37,6 @@ fi
if is_rhel8; then
# Install CentOS OpenStack repos so that we have access to some extra
# packages.
- sudo dnf install -y centos-release-openstack-ussuri
+ sudo dnf install -y centos-release-openstack-xena
sudo dnf install -y liberasurecode-devel
fi