4a6d06550b
This patch introduces support for requests where the user does not know the segmentation details of a subport and by specifying segmentation_type=inherit will let the trunk plugin infer these details from the network to which the subport is connected to, thus ignoring the segmentation_id in case it were to be specified. This type of request is currently expected to have correct results when the network segmentation type is 'vlan', and the network has only one segment (provider-net extension use case). DocImpact: Extend trunk documentation to include Ironic use case. Closes-bug: #1648129 Depends-on: Ib510aade1716e6ca92940b85245eda7d0c84a070 Change-Id: I3be2638fddf3a9723dd852a3f9ea9f64eb1d0dd6
8 lines
383 B
YAML
8 lines
383 B
YAML
---
|
|
features:
|
|
- Subport segmentation details can now accept ``inherit`` as segmentation
|
|
type during a trunk creation/update request. The trunk plugin will
|
|
determine the segmentation type and ID and replace them with those of
|
|
the network to which the port is connected. Only single-segment VLAN
|
|
networks are set to have expected and correct results at this point.
|