python-ironicclient/releasenotes/notes/osc-port-set-llc-pxeenabled...

14 lines
582 B
YAML

---
features:
- |
For ``openstack baremetal port set``, adds these options:
* ``--local-link-connection <key=value>``: Key/value metadata describing
local link connection information. Valid keys are ``switch_info``,
``switch_id``, and ``port_id``. The keys ``switch_id`` and ``port_id``
are required (repeat option to specify multiple keys).
* ``--pxe-enabled``: Indicates that this port should be used when PXE
booting this node (default)
* ``--pxe-disabled``: Indicates that this port should not be used when PXE
booting this node