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: Ib5bb1a5ee9c9c61105567f84bdad6acdc435bcbd
This commit is contained in:
Ruslan Khozinov 2016-11-22 12:42:25 +03:00
parent c15bf2ba9c
commit 998b4c874d
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
branch = stable/mitaka
path = plugin_test/fuel-qa
url = git://git.openstack.org/openstack/fuel-qa
branch = stable/mitaka