Reviewed: https://review.openstack.org/498598 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=46289c3c74bfa6ce258067026b54fa9887e3a942 Submitter: Jenkins Branch: master
commit 46289c3c74bfa6ce258067026b54fa9887e3a942 Author: Sławek Kapłoński <[email protected]> Date: Mon Aug 28 20:59:12 2017 +0000 Fix cleaning QoS rules for not existing port. If port update event is received by L2 agent and there is no QoS policy assigned to such port, agent tries to delete any existing QoS rules from port. For bandwidth limit rules OVS qos driver tries to update port in OVS database. In case if port not exists in OVS database agent raised exception. This patch fixes that by checking if port really exists and removing QoS bandwidth limit rules only for existing ports. Change-Id: I3775ee7b383ada6e4e4ace53b5405aa3c7c22027 Closes-Bug: 1712913 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1712913 Title: Update DVR router port cause error with QoS rules Status in neutron: Fix Released Bug description: Update of "network:router_interface_distributed" ports cause problems with delete QoS bandwidth limit rules. It can be observed in logs like: http://logs.openstack.org/09/497009/4/check/gate-tempest-dsvm- neutron-dvr-multinode-scenario-ubuntu-xenial- nv/eed6c25/logs/screen-q-agt.txt.gz?level=TRACE To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1712913/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

