← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1470153] Re: Nova object relationships ignore List objects

 

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

** Changed in: nova
    Milestone: None => liberty-2

-- 
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/1470153

Title:
  Nova object relationships ignore List objects

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  In nova/tests/objects/test_objects.py, we have an important test
  called test_relationships(). This ensures that we have version
  mappings between objects that depend on each other, and that those
  versions and relationships are bumped when one object changes
  versions.

  That test currently excludes any objects that are based on the List
  mixin, which obscures dependencies that do things like
  Foo->BarList->Bar.

  The test needs to be modified to not exclude List-based objects, and
  the relationship map needs to be updated for the List objects that are
  currently excluded.

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


References