Jump to: navigation, search

Difference between revisions of "Neutron/QoS"

m (Overview)
m
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:
  
 
[https://blueprints.launchpad.net/quantum/+spec/quantum-qos-api-db QoS REST API and Database models blueprint ]
 
[https://blueprints.launchpad.net/quantum/+spec/quantum-qos-api-db QoS REST API and Database models blueprint ]
 +
 +
== Implementations ==
 +
 +
[https://blueprints.launchpad.net/neutron/+spec/qos-ovs-qos OpenVSwitch plugin QoS API extension support]
 +
 +
[https://blueprints.launchpad.net/neutron/+spec/ml2-qos ML2 plugin QoS API extension support]
 +
 +
[https://blueprints.launchpad.net/python-neutronclient/+spec/qos-api-client Neutronclient support]
 +
 +
== Examples ==
 +
 +
[https://gist.github.com/sc68cal/6689999 QoS API extension usage in Neutronclient]

Latest revision as of 18:31, 25 October 2013

Overview

A proposal to allow the users of Quantum network service the ability to request a particular level of network QoS.

Documents

API Design Document v2

Havana Summit Etherpad

QoS API Blueprint

QoS REST API and Database models blueprint

Implementations

OpenVSwitch plugin QoS API extension support

ML2 plugin QoS API extension support

Neutronclient support

Examples

QoS API extension usage in Neutronclient