From 818a797693d828d72083ac3b98e54df59574dbe7 Mon Sep 17 00:00:00 2001 From: Rich Curran Date: Thu, 28 May 2015 11:32:21 -0400 Subject: [PATCH] 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 --- 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 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 -- 2.45.2