networking-odl dynamic port status update full support missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-odl |
In Progress
|
Low
|
Unassigned |
Bug Description
With these [1] patches merged networking_odl will support dynamically updating the port status at port bind time from DOWN to ACTIVE. In order to avoid a race condition when the websocket reconnects and networking-odl is forced to pull port statuses in separate (REST) calls, it was decided to only support updating the port status at bind time and from DOWN->ACTIVE.
Especially missing is port status transitions resulting from admin state UP/DOWN. Networking-odl needs to be fixed so that it can handle any change of port status reported by ODL.
[1]
https:/
https:/
https:/
https:/
https:/
https:/
Changed in networking-odl: | |
importance: | Undecided → High |
status: | New → In Progress |
Now DOWN to ACTIVE is supported.
The remaining issue is admin_state_up=DOWN case.
For now there isn't strong requirement to support admin_state_up except tesmpest testcase,
making this low priority.