aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Dumitrascu <florin.dumitrascu@enea.com>2016-03-16 11:07:52 +0100
committerFlorin Dumitrascu <florin.dumitrascu@enea.com>2016-03-16 11:07:52 +0100
commitf6c0f5f6a93e95bc75f0bbffcaa64c463735122f (patch)
treefd1283ae9bf80569109943015e987aa025c4a8fe
parent390c448f29422d371024ea1ee8e7b18d5786feda (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
-rw-r--r--.gitmodules12
m---------upstream/fuel-agent0
m---------upstream/fuel-library0
m---------upstream/fuel-main0
m---------upstream/fuel-mirror0
m---------upstream/fuel-plugin-ovsnfv0
m---------upstream/fuel-plugin-qemu0
m---------upstream/fuel-web0
8 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
diff --git a/upstream/fuel-agent b/upstream/fuel-agent
new file mode 160000
+Subproject 658be72c4b42d3e1436b86ac4567ab914bfb451
diff --git a/upstream/fuel-library b/upstream/fuel-library
new file mode 160000
+Subproject c2a335b5b725f1b994f78d4c78723d29fa44685
diff --git a/upstream/fuel-main b/upstream/fuel-main
new file mode 160000
+Subproject 643a1ef27c7dccc1c2a2ad26b85c09226b35a67
diff --git a/upstream/fuel-mirror b/upstream/fuel-mirror
new file mode 160000
+Subproject fb45b80d7bee5899d931f926e5c9512e2b44274
diff --git a/upstream/fuel-plugin-ovsnfv b/upstream/fuel-plugin-ovsnfv
new file mode 160000
+Subproject 9ad9481eab750f610ee3d2f8eb3e385667ba9fa
diff --git a/upstream/fuel-plugin-qemu b/upstream/fuel-plugin-qemu
new file mode 160000
+Subproject 1eb8bf930e2ec6e64526e95fcb21124f7401a24
diff --git a/upstream/fuel-web b/upstream/fuel-web
new file mode 160000
+Subproject feff938157ce26d09409219350f126214dfeae4