← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1351020] Re: FloatingIP fails to load from database when not associated

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1351020

Title:
  FloatingIP fails to load from database when not associated

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  A FloatingIP can be not associated with an FixedIP, which will cause
  its fixed_ip field in the database model to be None. Currently,
  FloatingIP's _from_db_object() method always assumes it's non-None and
  thus tries to load a FixedIP from None, which fails.

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


References