Unable to apply qos policy with dscp marking rule to a port
Bug #1756132 reported by
Vamsi Krishna
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-odl |
New
|
Undecided
|
Unassigned |
Bug Description
1.Create a Qos Policy
2.Create a dscp marking rule on to create qos policy
3.Apply above created policy to a port
openstack port qos rule set --dscp-mark 22 dscp-marking 115e4f70-
HttpException: Conflict (HTTP 409) (Request-ID: req-da7d8998-
stack@pike-
Seeing above error during the qos policy application on a port.
Any suggestions on this ?
I see below review has been abandoned which is "Allow networking-odl to support DSCP Marking rule for qos driver":
https:/
Is dscp marking supported in PIKE ?
Thanks,
Vamsi
summary: |
- unable to create dscp marking rule in qos + Unable to apply qos policy with dscp marking rule to a port |
description: | updated |
description: | updated |
To post a comment you must log in.
As You can check in https:/ /github. com/openstack/ networking- odl/blob/ master/ networking_ odl/qos/ qos_driver_ v2.py#L33 networking-odl qos driver supports currently only bandwidth limit rule so You will be able to attach to such ports only QoS policy with such rule types.
I'm not networking-odl developer so I can't tell if it is planned or not to add support for DSCP marking rules there.