neutron-lib/releasenotes/notes/new-vif-details-parameters-71e70ab5e7c26c45.yaml
Rodolfo Alonso Hernandez c26573f847 Add new vif_details parameters
Added two new vif_details parameters:
  - connectivity: informs about the back-end connectivity level (l2,
    l3 or not specified).
  - bound_drivers: a dict of binding level to driver name.

Change-Id: I7786516672af795ac7f192504102a7388c6b7d80
Related-Bug: #1821058
2019-06-18 14:28:32 +00:00

10 lines
292 B
YAML

---
features:
- |
Added two new parameters in ``portbindings.port.vif_details``:
* ``connectivity``: a string informing about the back-end connectivity
level (l2, l3 or not specified).
* ``bound_drivers``: a dictionary mapping the binding level to the driver
name.