1bb95a4554
- 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
12 lines
470 B
YAML
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.
|