neutron/etc/quantum/plugins/cisco/l2network_plugin.ini

14 lines
464 B
INI

[VLANS]
# (StrOpt) A short prefix to prepend to the VLAN number when creating a
# VLAN interface. For example, if an interface is being created for
# VLAN 2001 it will be named 'q-2001' using the default prefix.
#
# Example: vlan_name_prefix = vnet-
vlan_name_prefix=q-
[MODEL]
# (StrOpt) Period-separated module path to the model class to use for
# the Cisco neutron plugin.
#
model_class=quantum.plugins.cisco.models.virt_phy_sw_v2.VirtualPhysicalSwitchModelV2