Fix for CI issue related to submodule downloading

Jenkins slaves can't properly update submodule
because tls verification is failed or github repos is unavailable.
Downloading the submodule from review.openstack.com by http
is more stable solution.

Change-Id: If5394d45aa784a0bb47172e071bb0e61efc050e6
This commit is contained in:
Ruslan Khozinov 2016-11-22 14:06:37 +03:00
parent 7ab75e2c61
commit 5a936abd65
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

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