disable firewalld

Change-Id: I8e75d22286fb0683c08ffed2fcce4eb662c20a87
This commit is contained in:
Xicheng Chang 2016-09-16 15:12:48 -07:00
parent 723b45c34b
commit 12d9cb35dd
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ if [[ "$?" != "0" ]]; then
exit 1
fi
# Disable firewalld
sudo systemctl stop firewalld.service
sudo easy_install --upgrade pip
sudo pip install --upgrade pip
sudo pip install --upgrade setuptools