From edff6668ff9a15466013e1faca9c42adf0b3ba2c Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 3 Nov 2016 21:13:17 +0100 Subject: fuel-plugin-ovs: Bind to stable/9.0 branch Previously, fuel-plugin-ovs did not have a stable branch for Fuel 9, but now it does, and since fuel-plugin-ovs/master was reworked for Fuel 10, we need to switch to it. v1 -> v2: Backported one patch that was not cherry-picked on stable. Conflicts: .gitmodules Change-Id: I58467e441763b35e5296cb29433eb941e65eec3f Signed-off-by: Anders Roxell Signed-off-by: Alexandru Avadanii --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b36db1c9..0cb30761 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,7 +29,7 @@ [submodule "fuel-plugin-ovs"] path = upstream/fuel-plugin-ovs url = https://github.com/openstack/fuel-plugin-ovs - branch = master + branch = stable/9.0 [submodule "vswitchperf"] path = upstream/vswitchperf url = https://gerrit.opnfv.org/gerrit/vswitchperf.git -- cgit 1.2.3-korg