diff options
author | Anders Roxell <anders.roxell@enea.com> | 2016-11-03 21:13:17 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-11-03 21:36:39 +0100 |
commit | 2024143d673ca86d1e6982f51fd64d66f233ae61 (patch) | |
tree | 004a56a0be54011f8d1102fb9f6a54eee917ab97 /.gitmodules | |
parent | 0173511aec7d81239b791e765557554d7d775723 (diff) |
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 <anders.roxell@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |