neutron-lib/releasenotes/notes/propagate_uplink_status_defaults_to_true-07dcdc20f20db594.yaml
Rodolfo Alonso Hernandez 1f06863e2b Change "propagate_uplink_status" default value to True
The API extension ``uplink-status-propagation`` has changed the default
value of ``propagate_uplink_status`` from False to True. Now, when this
extension is enabled, the VF link state will be set, by default, to
"auto", following the PF link state.

Change-Id: I594198741d0ff9df71b5c0053387d229c66154c1
Partial-Bug: #1888487
2020-08-05 12:49:55 +00:00

10 lines
379 B
YAML

---
features:
- |
The API extension ``uplink-status-propagation`` has changed the default
value of ``propagate_uplink_status`` from False to True. Now, when this
extension is enabled, the VF link state will be set, by default, to "auto",
following the PF link state.
This change will affect only new ports; existing ports will keep their
current value.