diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-06-28 20:48:38 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-06-28 20:51:14 +0200 |
commit | a0805a01542505301918cacb5db6216814c40023 (patch) | |
tree | dcc125fa94cbacdac6f30bea2d6ebc59ad335598 /.gitmodules | |
parent | be00c803bcefb56ad9f690ae1509d3dcae7e9d9b (diff) |
MCP: Remove all Fuel patches and plugins
Chances are none of the old patches / plugins can be reused as-is,
so remove all of them and prepare for the switch to MCP.
Change-Id: I999927a43b438d9bda9ff118731e2af4b1fa8caa
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitmodules b/.gitmodules index a8cfda34..44cc6d80 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,17 +2,3 @@ path = upstream/fuel url = https://gerrit.opnfv.org/gerrit/fuel branch = master -[submodule "vswitchperf"] - path = upstream/vswitchperf - url = https://gerrit.opnfv.org/gerrit/vswitchperf.git - branch = master -[submodule "fuel-plugin-opendaylight"] - path = upstream/fuel-plugin-opendaylight - url = https://github.com/openstack/fuel-plugin-opendaylight.git - branch = master - ignore = all -[submodule "fuel-plugin-ovs"] - path = upstream/fuel-plugin-ovs - url = https://github.com/openstack/fuel-plugin-ovs - branch = master - ignore = all |