From: Rich Curran Date: Thu, 28 May 2015 15:32:21 +0000 (-0400) Subject: ML2: Incorrect commented cisco mechanism driver name X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=818a797693d828d72083ac3b98e54df59574dbe7;p=openstack-build%2Fneutron-build.git ML2: Incorrect commented cisco mechanism driver name The ml2_conf.ini example for the cisco mechanism driver is incorrect. Update to remove confusion. Change-Id: I0d3aff31a3bc78ef5ee042ff1f37dbb6e1459635 Closes-Bug: 1459723 --- diff --git a/etc/neutron/plugins/ml2/ml2_conf.ini b/etc/neutron/plugins/ml2/ml2_conf.ini index ac9a3d0de..9aad25b7b 100644 --- a/etc/neutron/plugins/ml2/ml2_conf.ini +++ b/etc/neutron/plugins/ml2/ml2_conf.ini @@ -17,7 +17,7 @@ # mechanism_drivers = # Example: mechanism_drivers = openvswitch,mlnx # Example: mechanism_drivers = arista -# Example: mechanism_drivers = cisco,logger +# Example: mechanism_drivers = openvswitch,cisco_nexus,logger # Example: mechanism_drivers = openvswitch,brocade # Example: mechanism_drivers = linuxbridge,brocade