← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1438514] Re: cells message methods are unable to return objects

 

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

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

Title:
  cells message methods are unable to return objects

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The cells Response class doesn't support objects as values -- that is,
  it cannot serialize and deserialize objects. So if message methods
  attempt to return objects (as seen in this patch
  https://review.openstack.org/#/c/157185/9), it will result in a
  response containing a dict instead of an object (objects are lost and
  turned into dicts).

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


References