d1ea9b44f6
This patchset adds port creation with new optional parameters specifying new port attributes (local_link_connection, pxe_enabled). It also adds new parameter network_interface to node object. Co-Authored-By: Vasyl Saienko (vsaienko@mirantis.com) Co-Authored-By: William Stevenson (will.stevenson@sap.com) Partial-bug: #1526403 Depends-on: I67495196c3334f51ed034f4ca6e32a3e01a58f15 Change-Id: If2fb996783b9ac26a5bae2aadd6387207750def9
15 lines
432 B
YAML
15 lines
432 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support of new fields:
|
|
|
|
* ``node.network_interface`` is introduced in API 1.20,
|
|
specifies the network interface to use for a node.
|
|
* ``port.local_link_connection`` contains the port binding
|
|
profile.
|
|
* ``port.pxe_enabled`` indicates whether PXE is enabled
|
|
for the port.
|
|
|
|
The ``port.local_link_connection`` and ``port.pxe_enabled`` fields
|
|
were introduced in API 1.19.
|