
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
8 lines
268 B
YAML
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.
|