]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add delete_port api to agent extension manager
authorMoshe Levi <moshele@mellanox.com>
Mon, 10 Aug 2015 11:43:55 +0000 (14:43 +0300)
committerJohn Schwarz <jschwarz@redhat.com>
Mon, 10 Aug 2015 15:20:29 +0000 (18:20 +0300)
commit991bcd671161f398cb77c6f96efb1638eddf35ae
treed3f0111752eedf8eeb670394bf7152c13f6f8fec
parent09dd8848d3ae309ddfbe9fa7cd1f9abf4442ec7d
Add delete_port api to agent extension manager

This commit add delete_port api to the agent
extension manager, the agent extension and the qos
etension, and it update the ovs agent to call it upon
delete port.

Change-Id: Ia4e96c7c734cf4abe9a35c813bd8330b15b68f4c
Partially-Implements: bluerint ml2-qos
neutron/agent/l2/agent_extension.py
neutron/agent/l2/extensions/manager.py
neutron/agent/l2/extensions/qos.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/agent/l2/extensions/test_manager.py
neutron/tests/unit/agent/l2/extensions/test_qos.py