Revert "Fix unprivileged ping"

This reverts commit 50c2dab063.
Reason for revert:
The issue was already resolved in the latest CentOS 8/9.
Change-Id: I9236986dcf5bc0e893ede89a2f8c67f4f2587ec8
Related-Bug: #1957913 
This commit is contained in:
Takashi Kajinami
2022年07月09日 16:10:19 +00:00
parent 50c2dab063
commit 7f32dfabc7

View File

@@ -215,13 +215,6 @@ if [ "${MANAGE_REPOS}" = true ]; then
fi
fi
# NOTE(tkajinam): This is required to fix unprivileged ping, until
# the following change is shipped
# https://github.com/redhat-plumbers/systemd-rhel8/pull/246
if is_fedora; then
sudo sysctl -w net.ipv4.ping_group_range='0 2147483647'
fi
print_header "Running Puppet Scenario: ${SCENARIO} (1st time)"
run_puppet $SCENARIO
RESULT=$?
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.