forked from openstack/neutron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call ext_manager.delete_port on port removal
This patch updates OVSNeutronAgent to call ext_manager.delete_port when the port is removed (similar to how CommonAgentLoop does). Otherwise the QoS PortPolicyMap is not properly updated on port removal and QoS extension will not apply policies if that port is later reused by a VM on the same node (unless the agent is restarted). Change-Id: I306c496985a550176d0ddc6eb33a4a4d351acb55 Closes-Bug: #1515533
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters