diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-29 17:08:57 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-03-29 17:10:34 +0200 |
commit | 69eb249f5fdc0d9cdb9bebcfddcde9b2dd9dc027 (patch) | |
tree | c0d3d3619060456436ef5df7cc02abf596341553 /.gitmodules | |
parent | 0ab944bc6e9666dc94d25f8bb7122955a06aa4cb (diff) |
submodules: Pin stable branches for Danube/Fuel 10
Change-Id: Ia9e9d45733db0a4e5f8157dda2b9b2bbc6cb072e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index a8cfda34..486629ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "opnfv-fuel"] path = upstream/fuel url = https://gerrit.opnfv.org/gerrit/fuel - branch = master + branch = stable/danube [submodule "vswitchperf"] path = upstream/vswitchperf url = https://gerrit.opnfv.org/gerrit/vswitchperf.git - branch = master + branch = stable/danube [submodule "fuel-plugin-opendaylight"] path = upstream/fuel-plugin-opendaylight url = https://github.com/openstack/fuel-plugin-opendaylight.git @@ -14,5 +14,5 @@ [submodule "fuel-plugin-ovs"] path = upstream/fuel-plugin-ovs url = https://github.com/openstack/fuel-plugin-ovs - branch = master + branch = stable/10.0 ignore = all |