← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1324194] Re: keyerror while updating dhcp port

 

** Changed in: neutron
       Status: Fix Committed => 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/1324194

Title:
  keyerror while updating dhcp port

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  When an update for a dhcp port fails, a keyerror on missing network_id
  while attempting to log a trace masks the underlying exception. An
  example is here:

  http://logs.openstack.org/91/94891/1/check/check-tempest-dsvm-
  neutron/c87b4fc/logs/screen-q-svc.txt.gz?level=TRACE

  This is because on update, the dhcp agent only sends either this:

  https://github.com/openstack/neutron/blob/master/neutron/agent/linux/dhcp.py#L770

  or this:

  https://github.com/openstack/neutron/blob/master/neutron/agent/linux/dhcp.py#L787

  This is somewhat a corner case, but it would be good to address the
  issue to see what actually went wrong.

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


References