From 245445b1bd35e580259f4decd9b0b047fe728794 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Thu, 21 Mar 2019 11:40:17 -0400 Subject: [PATCH] Use L3RouterPlugin alias The 'router' alias for the L3RouterPlugin has been in setup.cfg for a while, let's use it. Change-Id: Ifa196bd33959f1425df9a34cdab4acf4c3b8071b --- lib/neutron_plugins/ml2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neutron_plugins/ml2 b/lib/neutron_plugins/ml2 index c5a4c02cc5..127d46bcd7 100644 --- a/lib/neutron_plugins/ml2 +++ b/lib/neutron_plugins/ml2 @@ -44,7 +44,7 @@ fi # L3 Plugin to load for ML2 # For some flat network environment, they not want to extend L3 plugin. # Make sure it is able to set empty to ML2_L3_PLUGIN. -ML2_L3_PLUGIN=${ML2_L3_PLUGIN-neutron.services.l3_router.l3_router_plugin.L3RouterPlugin} +ML2_L3_PLUGIN=${ML2_L3_PLUGIN-router} function populate_ml2_config { CONF=$1