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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to