Merge "Fix the IPv6 enablement"

This commit is contained in:
Zuul 2020-10-15 09:40:22 +00:00 committed by Gerrit Code Review
commit 5f88be44c0
1 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ set -ex
export HOST_IP=127.0.0.1
# run script
bash /vagrant/devstack.sh "$1"
# Enable IPv6
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=0
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
# run script
bash /vagrant/devstack.sh "$1"
#set environment variables for kuryr
su "$OS_USER" -c "echo 'source /vagrant/config/kuryr_rc' >> ~/.bash_profile"