python-ironicclient/releasenotes/notes/osc-port-set-llc-pxeenabled-21fd8ea1982af17e.yaml
John L. Villalovos ba07cf10da Update releasenote for osc-port-set
Update the releasenote for osc-port-set to improve style and minor
wording.

Change-Id: I04d2615c3db96e455ed4ef0847003a35c61f0aa4
2017-06-15 09:47:51 -07:00

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