Comment 18 for bug 1526403

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

Reviewed: https://review.openstack.org/338417
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=0a5bb693efe6a5b417c5ba9a912292b498438f84
Submitter: Jenkins
Branch: master

commit 0a5bb693efe6a5b417c5ba9a912292b498438f84
Author: Vladyslav Drok <email address hidden>
Date: Wed Jul 6 20:32:15 2016 +0300

    Add internal_info field to ports and portgroups

    In case of ports, it is also added to the API, as a readonly field.
    It will be used for any port-specific internal information ironic
    needs to store inside the port object. In this change we start using
    it to store UUIDs of the cleaning ports that ironic creates, instead
    of fiddling with port.extra['vif_port_id'], as extra is intended for
    operator use only.

    Partial-bug: #1526403

    Change-Id: Ib62c3e32305619d0c55f8ec7e45b067f0f0b32d4