Comment 7 for bug 1223559

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

Reviewed: https://review.openstack.org/46464
Committed: http://github.com/openstack/nova/commit/0663778c531a69bf55ed8f88cd828febd69be44c
Submitter: Jenkins
Branch: master

commit 0663778c531a69bf55ed8f88cd828febd69be44c
Author: He Yongli <email address hidden>
Date: Fri Sep 13 17:35:59 2013 +0800

    pci passthrough fails while trying to decode extra_info

    pci device with empty extra_info should use null dict instead of
    None. keep the init of extra_info to make db could access it.

    Closes-Bug: #1223559

    Change-Id: I2e57eb53dfd4f5168d52dc94c2057fc575458aee
    Signed-off-by: Yongli He <email address hidden>