From ccd28a3d5d90a5ce037ec7dfc36c858ab600722c Mon Sep 17 00:00:00 2001 From: Ruslan Khozinov Date: Thu, 17 Nov 2016 21:02:58 +0300 Subject: [PATCH] Fix the fuel-qa submoule url We have some troubles with git and TLS on CI, so we need to change https to https to run tests Change-Id: I4737138c1c4215622c6342292d001975248a47d3 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dfc3865..6e3054c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "plugin_test/fuel-qa"] path = plugin_test/fuel-qa - url = https://github.com/openstack/fuel-qa + url = git://git.openstack.org/openstack/fuel-qa branch = stable/mitaka