From c145db905d82d95a2cc02b90511c79bcf23b8c34 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 13 May 2016 17:30:47 +0200 Subject: Colorado: Rebase git submodules on stable/mitaka. Since fuel-plugin-opendaylight and fuel are OPNFV components, they do not have a stable/mitaka branch, so use master for them. Change-Id: Ie8ae0e458953bae7006e0d411b4680f20b87a13c Signed-off-by: Alexandru Avadanii --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1d729b0c..0023639c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,36 +1,36 @@ [submodule "opnfv-fuel"] path = upstream/fuel url = https://gerrit.opnfv.org/gerrit/fuel - branch = stable/brahmaputra + branch = master [submodule "fuel-main"] path = upstream/fuel-main url = https://github.com/openstack/fuel-main.git - branch = stable/8.0 + branch = stable/mitaka [submodule "fuel-library"] path = upstream/fuel-library url = https://github.com/openstack/fuel-library.git - branch = stable/8.0 + branch = stable/mitaka [submodule "fuel-web"] path = upstream/fuel-web url = https://github.com/openstack/fuel-web.git - branch = stable/8.0 + branch = stable/mitaka [submodule "fuel-agent"] path = upstream/fuel-agent url = https://github.com/openstack/fuel-agent.git - branch = stable/8.0 + branch = stable/mitaka [submodule "fuel-mirror"] path = upstream/fuel-mirror url = https://github.com/openstack/fuel-mirror.git - branch = stable/8.0 + branch = stable/mitaka [submodule "fuel-plugin-opendaylight"] path = upstream/fuel-plugin-opendaylight url = https://github.com/openstack/fuel-plugin-opendaylight.git - branch = brahmaputra-release + branch = master [submodule "fuel-nailgun-agent"] path = upstream/fuel-nailgun-agent url = https://github.com/openstack/fuel-nailgun-agent - branch = stable/8.0 + branch = stable/mitaka [submodule "fuel-astute"] path = upstream/fuel-astute url = https://github.com/openstack/fuel-astute.git - branch = stable/8.0 + branch = stable/mitaka -- cgit 1.2.3-korg