summaryrefslogtreecommitdiff
path: root/tools/test-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-setup.sh')
-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