diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-16 11:48:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-16 11:48:26 +0000 |
commit | ed658e8d65942495398e1e2e2f74f8c0a0acf978 (patch) | |
tree | 60eab04017e28d09665910d9a6993bec90d57627 /.gitmodules | |
parent | e18f9779ab00fee7f31dd1ad9002dd7b799657a8 (diff) | |
parent | c145db905d82d95a2cc02b90511c79bcf23b8c34 (diff) |
Merge "Colorado: Rebase git submodules on stable/mitaka."
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 18 |
1 files changed, 9 insertions, 9 deletions
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 |