Comment 11 for bug 1089430

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/18610
Committed: http://github.com/openstack/nova/commit/e12a6f61bb3d9ce2ebad4ea3aa97dc6455f692cc
Submitter: Jenkins
Branch: master

commit e12a6f61bb3d9ce2ebad4ea3aa97dc6455f692cc
Author: zhiyanliu <email address hidden>
Date: Mon Dec 24 11:22:45 2012 +0800

    Ensure datetimes can be properly serialized.

    The nova-network manager was returning db models from methods invoked
    via rpc.call(). These db models include non-primitive types that can
    not be properly serialized (namely datetime objects). Use
    to_primitive() to ensure that the data gets serialized properly.

    Fix bug: #1089430

    Change-Id: I0519e88444b8fcc3af5e43170ea07dd966ccef05
    Signed-off-by: zhiyanliu <email address hidden>