2025.1 Series Release Notes¶
3.18.2¶
Bug Fixes¶
Fixed the validation of router
external_gateway_infofield. Each extension adding a new validator amends the previous definition, but doesn’t overwrite it.
3.17.0¶
New Features¶
The
qinqextension adds aqinqattribute to the network resource. This new attribute can be used in a similar way tovlan_transparentbut networks created withqinqset will use0x8a88ethertype for the double vlan tagged traffic. Attributesqinqandvlan_transparentcan’t be used together for the same network.
3.16.0¶
New Features¶
Add the API extension
uplink-status-propagation-updatableto make the port fieldpropagate_uplink_statusupdatable. Now it is possible to send a port PUT request to update the value defined during the creation. This change will have an effect in the ML2/SR-IOV agent that will need to update the VF status accordingly.
Add API extension
quota-check-limit-default. This is a shim extension that indicates if Neutron quota engine checks the resource usage before updating any quota limit. That makes the extensionquota-check-limitto be the default Neutron quota engine behaviour and aligns it with other projects. To enforce a quota limit without checking the resource usage, now it is needed to pass the CLI parameter “–force”.
The
port-trusted-vifextension addstrustedattribute to the port resource. This new attribute allows to set through the APISR-IOVport to betrusted. This was previosly only possible through thebinding:profileattribute of the port resource but that was invalid and now is not possible. Value of that new field will be populated in the port’sbinding:profile.
Deprecation Notes¶
The
neutron_lib.rpc:get_notifierdefault value forserviceargument (None) is deprecated. The argument will be required in a future release.