b50c374630
Bug #1200474 Change-Id: Ib83e58008fc53b57c4063057ce4c5707b55f0ff2
16 lines
697 B
INI
16 lines
697 B
INI
|
|
[meta]
|
|
## This is list of flavor:neutron_plugins
|
|
# extension method is used in the order of this list
|
|
plugin_list= 'openvswitch:neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2,linuxbridge:neutron.plugins.linuxbridge.lb_neutron_plugin.LinuxBridgePluginV2'
|
|
l3_plugin_list= 'openvswitch:neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2,linuxbridge:neutron.plugins.linuxbridge.lb_neutron_plugin.LinuxBridgePluginV2'
|
|
|
|
# Default value of flavor
|
|
default_flavor = 'openvswitch'
|
|
default_l3_flavor = 'openvswitch'
|
|
|
|
# supported extentions
|
|
supported_extension_aliases = 'providernet'
|
|
# specific method map for each flavor to extensions
|
|
extension_map = 'get_port_stats:nvp'
|