Comment 15 for bug 1524745

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

Reviewed: https://review.openstack.org/396681
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=9e938f24668e49216b4cb135770899a50d627914
Submitter: Jenkins
Branch: master

commit 9e938f24668e49216b4cb135770899a50d627914
Author: Dmitry Tantsur <email address hidden>
Date: Fri Nov 11 16:40:46 2016 +0100

    Add node (database and objects) fields for all interfaces

    For the driver composition reform we need nodes to record hardware
    interfaces they're using. This change adds necessary fields.

    The new fields will have a default value of None, which is the expected
    value for nodes using classic drivers.

    The new fields are not added to notifications yet, as they're not wired in.

    Change-Id: Id7697de0276e9b2730ea62f9c562ed6e1d0f8a06
    Partial-Bug: #1524745