Adding dependency validations for QoS on ports and network
Bug #1654061 reported by
Manjeet Singh Bhatia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-odl |
Triaged
|
Low
|
Manjeet Singh Bhatia |
Bug Description
we have a dependency of QoS operation on network and port to which policies are attached, but since
it is not possible to get parent resource id (network or port id from qos data), which makes both totally independent operations, So one solution could be fetch all rows whose object type is network or port and
they are pending or processing state, then for each item check if any corresponding qos policy is attached,
if so then return false and operation on qos policy would be invalid
Changed in networking-odl: | |
assignee: | nobody → Manjeet Singh Bhatia (manjeet-s-bhatia) |
Changed in networking-odl: | |
status: | New → Fix Released |
status: | Fix Released → New |
importance: | Undecided → Low |
status: | New → Confirmed |
To post a comment you must log in.
Related fix proposed to branch: master /review. openstack. org/417260
Review: https:/