c26573f847
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
10 lines
292 B
YAML
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.
|