Comment 2 for bug 1213964

Revision history for this message
Eric Harney (eharney) wrote :

The basic problem here is that an object (VolumeMetadata) is being serialized into an AMQP message directly, but it needs to be converted first with something like jsonutils.to_primitive().