summaryrefslogtreecommitdiff
path: root/releasenotes/notes/osc-port-set-llc-pxeenabled-21fd8ea1982af17e.yaml
blob: 194ec639a811b61aa03c028dbe8d2c324faf4898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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