ironic/ironic/objects
Vladyslav Drok 0a5bb693ef 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
2016-07-07 19:56:13 +03:00
..
__init__.py Add portgroups to support LAG interfaces - objs 2016-02-04 22:40:54 +02:00
base.py Move _from_db_object() into base class 2016-02-24 06:33:31 -08:00
chassis.py Move _from_db_object() into base class 2016-02-24 06:33:31 -08:00
conductor.py Extend the Conductor RPC object 2016-03-18 13:18:55 +00:00
fields.py Fix object field type calling conventions 2015-09-09 11:07:37 -07:00
node.py Add network_interface node field to DB and object 2016-06-29 17:58:10 +03:00
port.py Add internal_info field to ports and portgroups 2016-07-07 19:56:13 +03:00
portgroup.py Add internal_info field to ports and portgroups 2016-07-07 19:56:13 +03:00