80e2a16775
This patch makes help texts of configuration parameters of metaplugin.ini more descriptive. Comments in metaplugin.ini are also improved. Change-Id: I1fac888ecc223a7199cc9c9aeb603b7493f22171 Closes-Bug: #1283930
32 lines
1.1 KiB
INI
32 lines
1.1 KiB
INI
# Config file for Metaplugin
|
|
|
|
[meta]
|
|
# Comma separated list of flavor:neutron_plugin for plugins to load.
|
|
# Extension method is searched in the list order and the first one is used.
|
|
plugin_list = 'ml2:neutron.plugins.ml2.plugin.Ml2Plugin,nvp:neutron.plugins.vmware.plugin.NsxPluginV2'
|
|
|
|
# Comma separated list of flavor:neutron_plugin for L3 service plugins
|
|
# to load.
|
|
# This is intended for specifying L2 plugins which support L3 functions.
|
|
# If you use a router service plugin, set this blank.
|
|
l3_plugin_list =
|
|
|
|
# Default flavor to use, when flavor:network is not specified at network
|
|
# creation.
|
|
default_flavor = 'nvp'
|
|
|
|
# Default L3 flavor to use, when flavor:router is not specified at router
|
|
# creation.
|
|
# Ignored if 'l3_plugin_list' is blank.
|
|
default_l3_flavor =
|
|
|
|
# Comma separated list of supported extension aliases.
|
|
supported_extension_aliases = 'provider,binding,agent,dhcp_agent_scheduler'
|
|
|
|
# Comma separated list of method:flavor to select specific plugin for a method.
|
|
# This has priority over method search order based on 'plugin_list'.
|
|
extension_map = 'get_port_stats:nvp'
|
|
|
|
# Specifies flavor for plugin to handle 'q-plugin' RPC requests.
|
|
rpc_flavor = 'ml2'
|