ba07cf10da
Update the releasenote for osc-port-set to improve style and minor wording. Change-Id: I04d2615c3db96e455ed4ef0847003a35c61f0aa4
14 lines
582 B
YAML
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
|