]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implement QoS plugin
authorMike Kolesnik <mkolesni@redhat.com>
Tue, 30 Jun 2015 09:07:48 +0000 (12:07 +0300)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 16 Jul 2015 09:26:36 +0000 (11:26 +0200)
commit4af0de954aabb51560d4c28f8ea246a53d214b20
tree89cd25e4ffa238e9c6a48daf75c881098fb59874
parentbcb4d237a79be9af18f1bcc792e1827c18b058d2
Implement QoS plugin

Initial implementation of the QoS service plugin that just implements
CRUD for policy and rule.

There are no tests yet.

path_prefix is now provided as an attribute to the plugin base, since
that's required by the COMMON_PREFIXES removal from master branch.

Partially-implements: blueprint quantum-qos-api
Change-Id: Icf821dec17f435d8e47e1047fb05225e7dd071f0
neutron/extensions/qos.py
neutron/services/qos/qos_plugin.py