diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-13 17:30:47 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-13 18:20:51 +0200 |
commit | c145db905d82d95a2cc02b90511c79bcf23b8c34 (patch) | |
tree | 6843903c0cae29b9e07c37d5ff14c835c9f5c047 /.gitmodules | |
parent | 2cd5741dc6b0ae5f9ac5b9534ff6e0ecc5209769 (diff) |
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 <Alexandru.Avadanii@enea.com>
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 |