neutron/releasenotes/notes/dscp-qos-77ea9b27d3762e48.yaml
David Shaughnessy 1bb95a4554 Add object versioning to QoS DSCP.
- Changes RULE_TYPE_DSCP_MARK to RULE_TYPE_DSCP_MARKING to conform
  with the rules name.
- Added object versioning to qos related objects.
 - qos/rule: Throws a QosRuleVersionUnavailable exception when
   the QosDscpMarkingRule version is < '1.1'.
- removed test object version incrementation TODO from test_policy.py
 - Object versioning can not be used to increment the object version.

Change-Id: I4f10ef3c1cbaa2a868de2b8e3abc4c39eb1f44c7
Partial-Bug: #1468353
2016-07-12 11:11:11 +01:00

12 lines
470 B
YAML

---
prelude: >
A new rule has been added to the API that allows for tagging
traffic with DSCP values. This is currently supported by the
Open vSwitch QoS driver.
features:
- Neutron can apply a QoS rule to ports that mark outgoing
traffic's type of service packet header field.
- The Open vSwitch Neutron agent has been extended to mark the Type of
Service IP header field of packets egressing from the VM when the
QoS rule has been applied.