Files
neutron/releasenotes/notes/add-propagate_uplink_status_updatable-to-port-383669f31c82809a.yaml
Rodolfo Alonso Hernandez 498be543e0 Add extension "uplink-status-propagation-updatable"
This extension allows to update the port flag "propagate_uplink_status",
used by the ML2/SR-IOV agent to define a VF port link state as "auto"
(the VF will mimic the PF port link status).

The neutron-lib version required is at least 3.16.0, that includes [1].

[1]https://review.opendev.org/c/openstack/neutron-lib/+/927820

Closes-Bug: #2078661
Change-Id: Ic3c85d296cf3391b157c531d7bde90c6dbee2f8e
2024-12-04 11:53:43 +00:00

8 lines
268 B
YAML

---
features:
- |
Added a new API extension ``uplink_status_propagation_updatable``. Now the
port attribute `propagate_uplink_status`` can be updated once the port is
created. The backend (ML2/SR-IOV) will receive the update and update the
VF state.