diff --git a/neutron/plugins/ml2/drivers/ofagent/__init__.py b/neutron/plugins/ml2/drivers/ofagent/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/neutron/plugins/ml2/drivers/ofagent/driver.py b/neutron/plugins/ml2/drivers/ofagent/driver.py new file mode 100644 index 00000000000..351efd4df63 --- /dev/null +++ b/neutron/plugins/ml2/drivers/ofagent/driver.py @@ -0,0 +1,19 @@ +# Copyright (C) 2015 VA Linux Systems Japan K.K. +# Copyright (C) 2015 YAMAMOTO Takashi +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + +from networking_ofagent.plugins.ml2.drivers import mech_ofagent + +OfagentMechanismDriver = mech_ofagent.OfagentMechanismDriver diff --git a/setup.cfg b/setup.cfg index 7af3c80ebaf..44d7b4c1797 100644 --- a/setup.cfg +++ b/setup.cfg @@ -172,7 +172,7 @@ neutron.ml2.mechanism_drivers = cisco_apic = neutron.plugins.ml2.drivers.cisco.apic.mechanism_apic:APICMechanismDriver l2population = neutron.plugins.ml2.drivers.l2pop.mech_driver:L2populationMechanismDriver bigswitch = neutron.plugins.ml2.drivers.mech_bigswitch.driver:BigSwitchMechanismDriver - ofagent = networking_ofagent.plugins.ml2.drivers.mech_ofagent:OfagentMechanismDriver + ofagent = neutron.plugins.ml2.drivers.ofagent.driver:OfagentMechanismDriver mlnx = neutron.plugins.ml2.drivers.mlnx.mech_mlnx:MlnxMechanismDriver brocade = neutron.plugins.ml2.drivers.brocade.mechanism_brocade:BrocadeMechanism fslsdn = neutron.plugins.ml2.drivers.freescale.mechanism_fslsdn:FslsdnMechanismDriver