Browse code

Use L3RouterPlugin alias

The 'router' alias for the L3RouterPlugin has been in
setup.cfg for a while, let's use it.

Change-Id: Ifa196bd33959f1425df9a34cdab4acf4c3b8071b

Brian Haley authored on 2019/03/22 00:40:17
Showing 1 changed files
... ...
@@ -44,7 +44,7 @@ fi
44 44
 # L3 Plugin to load for ML2
45 45
 # For some flat network environment, they not want to extend L3 plugin.
46 46
 # Make sure it is able to set empty to ML2_L3_PLUGIN.
47
-ML2_L3_PLUGIN=${ML2_L3_PLUGIN-neutron.services.l3_router.l3_router_plugin.L3RouterPlugin}
47
+ML2_L3_PLUGIN=${ML2_L3_PLUGIN-router}
48 48
 
49 49
 function populate_ml2_config {
50 50
     CONF=$1