Merge "Revert "Woraround systemd issue on CentOS 9-stream""

This commit is contained in:
Zuul 2023-08-22 07:00:11 +00:00 committed by Gerrit Code Review
commit bd472fd53d
1 changed files with 0 additions and 5 deletions

View File

@ -94,11 +94,6 @@ EOF
if [[ $os_VENDOR == "CentOSStream" && $os_RELEASE -eq 8 ]]; then
sudo sysctl -w net.ipv4.ping_group_range='0 2147483647'
fi
# TODO(ykarel): Workaround for systemd issue, remove once fix is
# included in systemd rpm https://bugs.launchpad.net/devstack/+bug/2029335
if [[ $os_VENDOR == "CentOSStream" && $os_RELEASE -eq 9 ]]; then
echo 'LIBVIRTD_ARGS=""' | sudo tee /etc/sysconfig/libvirtd
fi
}
function fixup_ovn_centos {