Remove the disable of ipv6 in gate

Disable ipv6 will lose the vm

Change-Id: I7316d013d9281946c1c566279cd64ecbe6b67d37
Closes-Bug: #1643858
This commit is contained in:
Jeffrey Zhang 2016-11-22 20:06:10 +08:00
parent db5954e0b3
commit 05a458a739

View File

@ -62,8 +62,4 @@ sudo systemctl daemon-reload
sudo systemctl start docker
sudo docker info
# disable ipv6 until we're sure routes to fedora mirrors work properly
sudo sh -c 'echo "net.ipv6.conf.all.disable_ipv6 = 1" > /etc/sysctl.d/disable_ipv6.conf'
sudo /usr/sbin/sysctl -p
echo "Completed $0."