Drop treatment for CentOS Stream 8

The current neutron is no longer compatible with CentOS Stream 8 due
to the minimum python bumped.

Change-Id: I599176cd7483d9092c29a67d85cacd1c109689cc
This commit is contained in:
Takashi Kajinami 2025-03-03 21:37:31 +09:00
parent 0849980ac5
commit e4ee14a9ac

View File

@ -41,9 +41,6 @@
# NOTE(slaweq) On Fedora/CentOS systems make sure that SELinux is
# not in enforcing mode
sudo setenforce 0
if [[ $os_VENDOR == "CentOSStream" && $os_RELEASE -eq 8 ]]; then
install_package python3.8 python38-devel
fi
fi
configure_host_for_func_testing