← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1696889] Re: external_dns_driver causes floating ip association to fail

 

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

commit ed27436c0687785075660cf9583bfd3c6fba9727
Author: Daniel Russell <danielr@xxxxxxxxxxxxxxxx>
Date:   Fri Jun 9 11:50:15 2017 +1000

    Checks if net_dns is None and returns so that we don't attempt to load
    None objects
    
    Change-Id: I2542fa2a77fc7d0689018564b9e83174b968e5fc
    Closes-Bug: #1696889


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

Title:
  external_dns_driver causes floating ip association to fail

Status in neutron:
  Fix Released

Bug description:
  If you have 'external_dns_driver = designate' set in neutron.conf and
  then attempt to associate a floating IP address with an instance, and
  the instance's network is not present in the 'networkdnsdomains'
  table, the following error occurs :

  for field in potential_fields
    File "/usr/lib/python2.7/site-packages/neutron/objects/base.py", line 368, in <dictcomp>
      if db_obj.get(field) is not None}
  AttributeError: 'NoneType' object has no attribute 'get'

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


References