← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1579259] Re: Trace seen in L3 agent logs when removing DVR snat port

 

Reviewed:  https://review.openstack.org/313786
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=556f1c27894cf8c423907274ae89a438a3f67331
Submitter: Jenkins
Branch:    master

commit 556f1c27894cf8c423907274ae89a438a3f67331
Author: Eugene Nikanorov <enikanorov@xxxxxxxxxxxx>
Date:   Fri May 6 01:52:43 2016 -0700

    Check for existence of snat port before deleting it
    
    Delete logic was the last place where such check was missed.
    
    Change-Id: I9fb2916af1b5087b4e6268c040b00404c431e288
    Closes-Bug: #1579259


** 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/1579259

Title:
  Trace seen in L3 agent logs when removing DVR snat port

Status in neutron:
  Fix Released

Bug description:
  The following trace is observed when removing snat port:

  2016-05-01 18:09:57.906 733 ERROR neutron.agent.l3.dvr_router [-] DVR: no map match_port found!
  2016-05-01 18:09:57.907 733 ERROR neutron.agent.l3.dvr_router [-] DVR: removed snat failed
  2016-05-01 18:09:57.907 733 TRACE neutron.agent.l3.dvr_router Traceback (most recent call last):
  2016-05-01 18:09:57.907 733 TRACE neutron.agent.l3.dvr_router   File "/usr/lib/python2.7/dist-packages/neutron/agent/l3/dvr_router.py", line 261, in _snat_redirect_modify
  2016-05-01 18:09:57.907 733 TRACE neutron.agent.l3.dvr_router     for gw_fixed_ip in gateway['fixed_ips']:
  2016-05-01 18:09:57.907 733 TRACE neutron.agent.l3.dvr_router TypeError: 'NoneType' object has no attribute '__getitem__'

  It doesn't seem to make any functional impact.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1579259/+subscriptions


References