yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18379
[Bug 1351020] [NEW] FloatingIP fails to load from database when not associated
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Assignee: Dan Smith (danms)
Status: In Progress
--
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):
In Progress
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
Follow ups
References