Comment 2 for bug 1308320

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/90964
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=3132994ebfed6ee574420adb70bd158b159cb4a0
Submitter: Jenkins
Branch: master

commit 3132994ebfed6ee574420adb70bd158b159cb4a0
Author: Lucas Alvares Gomes <email address hidden>
Date: Tue Apr 29 11:24:32 2014 +0100

    Fix chassis-node relationship

    The change 3f49758c82619b424f623f71df1ef051e50dda4c removed the chassis_id
    from the Nodes.fields but it turns out that it needs to be present otherwise
    the as_dict() method won't include the chassis_id field when converting
    the Node object to a dictionary before saving it to the db.

    Change-Id: Ice8803a2cc4955c9d9b6d786c450e112be240299
    Closes-Bug: #1308320