]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
QoS service plugin stub
authorMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 19 Jun 2015 14:45:13 +0000 (16:45 +0200)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Mon, 29 Jun 2015 14:51:10 +0000 (17:51 +0300)
commit2ff19be1db96f97b833052af633abda55f497f1d
treeef72f093d533458031b4fab564e2c7898e496050
parent96d1cb1ae2f0188988102a56c2886870af94d88e
QoS service plugin stub

This patch introduces the QoS service plugin which implements
a stub of the API extension.

This is patch is a basic step to be able to create an experimental
job enabling this service so we can do api tests.

Change-Id: Ib583e98c232ca628ba2a4bd48527eb84584c6212
doc/source/devref/quality_of_service.rst [new file with mode: 0644]
etc/neutron.conf
neutron/plugins/common/constants.py
neutron/services/qos/__init__.py [new file with mode: 0644]
neutron/services/qos/qos_plugin.py [new file with mode: 0644]
setup.cfg