]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Qos Agent Extension
authorMoshe Levi <moshele@mellanox.com>
Wed, 24 Jun 2015 15:44:08 +0000 (18:44 +0300)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Mon, 13 Jul 2015 14:48:47 +0000 (14:48 +0000)
commit9544ffb615f69f25268f0f2fd3d92ca4acc7d8cb
treee6fa5571e251a85917be88914141e5533f3e76d5
parent436bc5d9c38992fe0b407bb3c9840248938262e3
Qos Agent Extension

This patch introduces the following:
QosAgentExtension - implementation of AgentCoreResourceExtension
QosAgentDriver - interface class
This will allow any agent to implement their own low level driver for
Qos Agent Extension.

Co-Authored-By: Miguel Angel Ajo <mangelajo@redhat.com>
Change-Id: I9e388173dfe0eb43c961018bd687bc86f34c7a6a
neutron/agent/l2/extensions/__init__.py [new file with mode: 0644]
neutron/agent/l2/extensions/qos_agent.py [new file with mode: 0644]
neutron/tests/unit/agent/l2/__init__.py [new file with mode: 0755]
neutron/tests/unit/agent/l2/extensions/__init__.py [new file with mode: 0755]
neutron/tests/unit/agent/l2/extensions/test_qos_agent.py [new file with mode: 0755]
setup.cfg