From: Moshe Levi Date: Sun, 28 Jun 2015 11:37:14 +0000 (+0300) Subject: Fix Consolidate sriov agent and driver code X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8123144fadd7c5d5e6e56a76ea860512619a2cf6;p=openstack-build%2Fneutron-build.git Fix Consolidate sriov agent and driver code This patch add mising __init to mech_sriov/mech_driver/ and update the setup.cfg to the new agent entrypoint Trivial Fix Change-Id: I53a527081feb78472f496675bbb3c5121d38a14a --- diff --git a/neutron/plugins/ml2/drivers/mech_sriov/mech_driver/__init__.py b/neutron/plugins/ml2/drivers/mech_sriov/mech_driver/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/setup.cfg b/setup.cfg index 4b10e3ea2..e3f0f05bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -110,7 +110,7 @@ console_scripts = neutron-rootwrap-daemon = oslo_rootwrap.cmd:daemon neutron-usage-audit = neutron.cmd.usage_audit:main neutron-metering-agent = neutron.cmd.eventlet.services.metering_agent:main - neutron-sriov-nic-agent = neutron.plugins.ml2.drivers.mech_sriov.agent.sriovnicagent.sriov_nic_agent:main + neutron-sriov-nic-agent = neutron.plugins.ml2.drivers.mech_sriov.agent.sriov_nic_agent:main neutron-sanity-check = neutron.cmd.sanity_check:main neutron-cisco-apic-service-agent = neutron.plugins.ml2.drivers.cisco.apic.apic_topology:service_main neutron-cisco-apic-host-agent = neutron.plugins.ml2.drivers.cisco.apic.apic_topology:agent_main