From a7da625571a5acb161246e62713da81526a8d86b Mon Sep 17 00:00:00 2001 From: whitekid Date: Thu, 10 Apr 2014 03:26:35 +0900 Subject: [PATCH] Fix typo in ml2 configuration file Change-Id: I1d191a2c69d7450584e0ee25a0f5fce237b1c817 Closes-Bug: #1305226 --- etc/neutron/plugins/ml2/ml2_conf.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2