diff options
author | Florin Dumitrascu <florin.dumitrascu@enea.com> | 2016-03-16 11:07:52 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-02 13:45:04 +0000 |
commit | 04fa0999720da454ee052ff97194fb982dd9b186 (patch) | |
tree | a6fd55a46f83482466c97983a0973d1a3e099470 /.gitmodules | |
parent | 430ca5fb3be140238665d19124b861e5226fddaa (diff) |
Fix missing git submodules.
Also using https URL for cloning submodules.
No need to use SSH keys, as no push is done on submodules.
Signed-off-by: Florin Dumitrascu <florin.dumitrascu@enea.com>
JIRA:FUEL-39
(cherry picked from commit f6c0f5f6a93e95bc75f0bbffcaa64c463735122f)
Change-Id: Ic20b0cd88bcb8b13b219aa42b15cde9d295c5700
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index 1dd05a66..50c109b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,27 +4,27 @@ branch = stable/brahmaputra [submodule "fuel-main"] path = upstream/fuel-main - url = git@github.com:openstack/fuel-main.git + url = https://github.com/openstack/fuel-main.git branch = stable/8.0 [submodule "fuel-library"] path = upstream/fuel-library - url = git@github.com:openstack/fuel-library.git + url = https://github.com/openstack/fuel-library.git branch = stable/8.0 [submodule "fuel-web"] path = upstream/fuel-web - url = git@github.com:openstack/fuel-web.git + url = https://github.com/openstack/fuel-web.git branch = stable/8.0 [submodule "fuel-agent"] path = upstream/fuel-agent - url = git@github.com:openstack/fuel-agent.git + url = https://github.com/openstack/fuel-agent.git branch = stable/8.0 [submodule "fuel-mirror"] path = upstream/fuel-mirror - url = git@github.com:openstack/fuel-mirror.git + url = https://github.com/openstack/fuel-mirror.git branch = stable/8.0 [submodule "fuel-plugin-qemu"] path = upstream/fuel-plugin-qemu - url = https://github.com/openstack/fuel-plugin-qemu + url = https://github.com/openstack/fuel-plugin-qemu.git branch = master [submodule "fuel-plugin-ovsnfv"] path = upstream/fuel-plugin-ovsnfv |