neutron/devstack/lib/uplink_status_propagation
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

5 lines
199 B
Plaintext

function configure_uplink_status_propagation_extension {
neutron_ml2_extension_driver_add "uplink_status_propagation"
neutron_ml2_extension_driver_add "uplink_status_propagation_updatable"
}