
Changes are made to support ironic handling is_smarting port attribute that was added in this change Ic2ffbd6f1035907ea5a18bda6d2b21e617194195 This change expose is_smartnic port field in REST API, updated API reference to include is_smartnic field and relevent documentations. API version updated to 1.53. Story: #2003346 Change-Id: I89ce54a0c034f2a5f82ff961ab06cfcc6d853bd4
22 lines
748 B
YAML
22 lines
748 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds an ``is_smartnic`` field to the port object in REST API version
|
|
1.53.
|
|
|
|
``is_smartnic`` field indicates if this port is a Smart NIC port,
|
|
False by default. This field may be set by operator to use baremetal
|
|
nodes with Smart NICs as ironic nodes.
|
|
|
|
The REST API endpoints related to ports provide support for the
|
|
``is_smartnic`` field. The `ironic developer documentation
|
|
<https://docs.openstack.org/ironic/latest/admin/multitenancy.html>`_
|
|
provides information on how to configure and use Smart NIC ports.
|
|
upgrade:
|
|
- |
|
|
Adds an ``is_smartnic`` field to the port object in REST API version
|
|
1.53.
|
|
|
|
Upgrading to this release will set ``is_smartnic`` to False for all
|
|
ports.
|