Comment 7 for bug 1223847

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

Reviewed: https://review.openstack.org/57495
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=812ab0d265c63b85a4747ec76a094af09f1a82bf
Submitter: Jenkins
Branch: master

commit 812ab0d265c63b85a4747ec76a094af09f1a82bf
Author: Lucas Alvares Gomes <email address hidden>
Date: Tue Nov 19 16:13:53 2013 +0000

    Reworks Node validations

    This makes use of the mandatory option and complex types of WSME to
    remove some of the custom validation code. The patch also includes a
    new attribute on Nodes API object called chassis_uuid to store the UUID
    of the chassis that Node belongs to, once this field is set it magically
    converts the UUID to the numeric ID of the chassis and sets the chassis_id
    attribute to be used internally.

    Change-Id: Ie51761a3b9a018d101a6335ea7bafb09393816d4
    Closes-Bug: #1252213
    Partial-Bug: #1223847