Fix typo in ml2 configuration file

Change-Id: I1d191a2c69d7450584e0ee25a0f5fce237b1c817
Closes-Bug: #1305226
This commit is contained in:
whitekid 2014-04-10 03:26:35 +09:00
parent ec82d2006b
commit a701f23807

View File

@ -15,7 +15,7 @@
# (ListOpt) Ordered list of networking mechanism driver entrypoints # (ListOpt) Ordered list of networking mechanism driver entrypoints
# to be loaded from the neutron.ml2.mechanism_drivers namespace. # to be loaded from the neutron.ml2.mechanism_drivers namespace.
# mechanism_drivers = # mechanism_drivers =
# Example: mechanism drivers = openvswitch,mlnx # Example: mechanism_drivers = openvswitch,mlnx
# Example: mechanism_drivers = arista # Example: mechanism_drivers = arista
# Example: mechanism_drivers = cisco,logger # Example: mechanism_drivers = cisco,logger
# Example: mechanism_drivers = openvswitch,brocade # Example: mechanism_drivers = openvswitch,brocade