yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30713
[Bug 1438514] [NEW] cells message methods are unable to return objects
Public bug reported:
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).
** Affects: nova
Importance: Undecided
Assignee: melanie witt (melwitt)
Status: In Progress
** Tags: cells
--
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):
In Progress
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
Follow ups
References