From 2024143d673ca86d1e6982f51fd64d66f233ae61 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. 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 f37e0c96..b49fa711 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,7 +11,7 @@ [submodule "fuel-plugin-ovs"] path = upstream/fuel-plugin-ovs url = https://github.com/openstack/fuel-plugin-ovs - branch = master + branch = stable/9.0 ignore = all [submodule "vswitchperf"] path = upstream/vswitchperf -- cgit 1.2.3-korg