From: whitekid Date: Wed, 9 Apr 2014 18:26:35 +0000 (+0900) Subject: Fix typo in ml2 configuration file X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a7da625571a5acb161246e62713da81526a8d86b;p=openstack-build%2Fneutron-build.git Fix typo in ml2 configuration file Change-Id: I1d191a2c69d7450584e0ee25a0f5fce237b1c817 Closes-Bug: #1305226 --- diff --git a/etc/neutron/plugins/ml2/ml2_conf.ini b/etc/neutron/plugins/ml2/ml2_conf.ini index a46bb8eaf..54722df91 100644 --- a/etc/neutron/plugins/ml2/ml2_conf.ini +++ b/etc/neutron/plugins/ml2/ml2_conf.ini @@ -15,7 +15,7 @@ # (ListOpt) Ordered list of networking mechanism driver entrypoints # to be loaded from the neutron.ml2.mechanism_drivers namespace. # mechanism_drivers = -# Example: mechanism drivers = openvswitch,mlnx +# Example: mechanism_drivers = openvswitch,mlnx # Example: mechanism_drivers = arista # Example: mechanism_drivers = cisco,logger # Example: mechanism_drivers = openvswitch,brocade