neutron/neutron/plugins/metaplugin
Itsuro Oda 6b991396f4 Metaplugin decomposition
The main code of Metaplugin is available here:
https://github.com/ntt-sic/networking-metaplugin

Change-Id: I9bf6609df4bbe5ed679fb42156f8dea4c87303c6
Partially-implements: blueprint core-vendor-decomposition
Closes-bug: #1415304
2015-03-03 07:25:48 +09:00
..
common oslo: migrate to namespace-less import paths 2015-02-05 15:09:32 +01:00
README Metaplugin decomposition 2015-03-03 07:25:48 +09:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
meta_models_v2.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
meta_neutron_plugin.py Metaplugin decomposition 2015-03-03 07:25:48 +09:00
proxy_neutron_plugin.py Metaplugin decomposition 2015-03-03 07:25:48 +09:00

README

# NOTE

The main source codes of Metaplugin is now in https://github.com/ntt-sic/networking-metaplugin.
They were moved from Neutron tree to there according to core-vendor-decomposition.
Defining config and DB are still here according to the decomposition policy.
Codes of 'flavor' extension and interface driver used by *-agent remain in Neutron tree too.