Fix fuel-qa submodule problem

Change-Id: I2dae9e04e66ab936e2acf6f12c68598810a5cbb1
This commit is contained in:
Illia Polliul 2016-03-09 21:36:21 +02:00
parent 339f508945
commit 689a7203c6
2 changed files with 1 additions and 4 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "plugin_test/fuel-qa"]
path = plugin_test/fuel-qa
url = https://github.com/stackforge/fuel-qa
url = https://github.com/openstack/fuel-qa
branch = stable/7.0

View File

@ -31,9 +31,6 @@ if [ -z $ADMIN_NODE_CPU ]; then export ADMIN_NODE_CPU=4; fi
if [ -z $SLAVE_NODE_MEMORY ]; then export SLAVE_NODE_MEMORY=4096; fi
if [ -z $SLAVE_NODE_CPU ]; then export SLAVE_NODE_CPU=4; fi
# Init and update submodule
git submodule init && git submodule update
sudo /sbin/iptables -F
sudo /sbin/iptables -t nat -F
sudo /sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE