Jump to: navigation, search

Difference between revisions of "Neutron/QoS"

(Documents)
m
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Overview =
 
= Overview =
A proposal to allow the users of Quantum network service the ability to request a particular level of network QoS for their job.  
+
A proposal to allow the users of Quantum network service the ability to request a particular level of network QoS.
  
 
== Documents ==
 
== Documents ==
  
[https://docs.google.com/document/d/1qeoOAVXjbizwcF3lK7QFtT6NGn8WNzQbW98WSOIOi0g/edit API Design Document v1]
+
[https://docs.google.com/document/d/1nGUqEb4CEdabbTDyeL2ECVicnBRNrK3amJcNi-D4Ffo/edit API Design Document v2]
  
[https://etherpad.openstack.org/quantum-qos-api Havana Summit Etherpad]  
+
[https://etherpad.openstack.org/quantum-qos-api Havana Summit Etherpad]
  
[https://blueprints.launchpad.net/quantum/+spec/quantum-qos-api| QoS API Blueprint]
+
[https://blueprints.launchpad.net/quantum/+spec/quantum-qos-api QoS API 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