Remove unnecessary PUT request during remove_router_interface

Bug #1524437 reported by Shih-Hao Li
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vmware-nsx
New
Undecided
Unassigned

Bug Description

During the process of removing a router interface,
the plugin sends three API requests to the backend:
(1) DELETE logical router port,
(2) PUT logical port,
(3) DELETE logical port.

The PUT request is used to remove security group bindings and
change admin state to DOWN on the corresponding logical port.
Since the backend now auto-removes security group bindings
during a DELETE operation, the PUT request is no longer needed.

Revision history for this message
Shih-Hao Li (shihli) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.