← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1696889] [NEW] external_dns_driver causes floating ip association to fail

 

Public bug reported:

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'

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups