]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove OneConvergence plugin from the source tree
authorarmando-migliaccio <armamig@gmail.com>
Mon, 5 Oct 2015 23:43:42 +0000 (16:43 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Mon, 5 Oct 2015 23:49:22 +0000 (16:49 -0700)
commit42b78de3ed163ab524dec1f7d1c3e1714800e889
tree48503efb44612e101c29b5beec89a21e218350e0
parent2348347e8b419ed79ed0bf61c0489daf6044ca88
Remove OneConvergence plugin from the source tree

This plugin didn't decompose in the last two cycles, I failed
to spot a functional CI, and there hasn't been any meaningful
activity done in the subtree for the past couple of cycles

I think it is time to implement the eviction.

Related-blueprint: core-vendor-decomposition

Change-Id: I949a51873ee5af654b577952d423dd29a6ced8e7
20 files changed:
etc/neutron/plugins/oneconvergence/nvsdplugin.ini [deleted file]
neutron/plugins/oneconvergence/README [deleted file]
neutron/plugins/oneconvergence/__init__.py [deleted file]
neutron/plugins/oneconvergence/agent/__init__.py [deleted file]
neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py [deleted file]
neutron/plugins/oneconvergence/lib/__init__.py [deleted file]
neutron/plugins/oneconvergence/lib/config.py [deleted file]
neutron/plugins/oneconvergence/lib/exception.py [deleted file]
neutron/plugins/oneconvergence/lib/nvsd_db.py [deleted file]
neutron/plugins/oneconvergence/lib/nvsdlib.py [deleted file]
neutron/plugins/oneconvergence/lib/plugin_helper.py [deleted file]
neutron/plugins/oneconvergence/plugin.py [deleted file]
neutron/tests/unit/plugins/oneconvergence/__init__.py [deleted file]
neutron/tests/unit/plugins/oneconvergence/test_nvsd_agent.py [deleted file]
neutron/tests/unit/plugins/oneconvergence/test_nvsd_plugin.py [deleted file]
neutron/tests/unit/plugins/oneconvergence/test_nvsdlib.py [deleted file]
neutron/tests/unit/plugins/oneconvergence/test_plugin_helper.py [deleted file]
neutron/tests/unit/plugins/oneconvergence/test_security_group.py [deleted file]
setup.cfg
tools/check_unit_test_structure.sh