diff options
author | Ruslan Khozinov <rkhozinov@mirantis.com> | 2016-11-17 21:02:58 +0300 |
---|---|---|
committer | Ruslan Khozinov <rkhozinov@mirantis.com> | 2016-11-18 19:54:01 +0300 |
commit | ccd28a3d5d90a5ce037ec7dfc36c858ab600722c (patch) | |
tree | 7f1102cede09587bad009748cbf751b8620d5076 | |
parent | 5dc4aa95623f58bbe8237ac373db4d26b3c45560 (diff) |
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
Notes
Notes (review):
Code-Review+1: Fuel TPI CI <pi-ci@mirantis.com>
Code-Review+1: Ilya Bumarskov <ibumarskov@mirantis.com>
Code-Review+2: Igor Zinovik <izinovik@mirantis.com>
Workflow+1: Igor Zinovik <izinovik@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 22 Nov 2016 08:58:44 +0000
Reviewed-on: https://review.openstack.org/399164
Project: openstack/fuel-plugin-nsx-t
Branch: refs/heads/master
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index dfc3865..6e3054c 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,4 +1,4 @@ | |||
1 | [submodule "plugin_test/fuel-qa"] | 1 | [submodule "plugin_test/fuel-qa"] |
2 | path = plugin_test/fuel-qa | 2 | path = plugin_test/fuel-qa |
3 | url = https://github.com/openstack/fuel-qa | 3 | url = git://git.openstack.org/openstack/fuel-qa |
4 | branch = stable/mitaka | 4 | branch = stable/mitaka |