neutron/neutron/tests/unit/metaplugin
Itsuro Oda c04785e0ce Make metaplugin be used with a router service plugin
"l3_plugin_list" configuration parameter of the metaplugin is permitted
blank now.
If "l3_plugin_list" is blank, router extension and extensions which extend
the router extension don't be included in "supported-extension-aliases" of
the metaplugin.
This makes the metaplugin be able to be used with a router service plugin.
Note that if "l3_plugin_list" is not blank, a router service plugin must
not be specified, otherwise the error of the bug report still occurs.

This patch removes some router extension related meaningless codes also.
(e.g.  external-net extension belongs to L2 functionality and be handled
 by core plugins properly.)

Closes-bug: 1266347
DocImpact

Change-Id: I0454bc0a4bd7eda5dad18b0538fb7baebe0b9f91
2014-02-24 07:24:02 +09:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
fake_plugin.py Make metaplugin be used with a router service plugin 2014-02-24 07:24:02 +09:00
test_basic.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
test_metaplugin.py Make metaplugin be used with a router service plugin 2014-02-24 07:24:02 +09:00