bcf5b37c73
fix release note fix baremetal port creation documentation Change-Id: I3c04c6318fcc70d95f2de3a2c2b16a9adf82ca18
22 lines
744 B
YAML
22 lines
744 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 admin 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.
|