2025.1 Series Release Notes¶
3.18.2¶
Bug Fixes¶
Fixed the validation of router
external_gateway_infofield. Eachextension adding a new validator amends the previous definition, butdoesn’t overwrite it.
3.17.0¶
New Features¶
The
qinqextension adds aqinqattribute to the networkresource. 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 togetherfor the same network.
3.16.0¶
New Features¶
Add the API extension
uplink-status-propagation-updatableto make theport fieldpropagate_uplink_statusupdatable. Now it is possible to senda port PUT request to update the value defined during the creation. Thischange will have an effect in the ML2/SR-IOV agent that will need to updatethe VF status accordingly.
Add API extension
quota-check-limit-default. This is a shim extensionthat indicates if Neutron quota engine checks the resource usage beforeupdating any quota limit. That makes the extensionquota-check-limitto be the default Neutron quota engine behaviour and aligns it with otherprojects. 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 portresource. This new attribute allows to set through the APISR-IOVportto betrusted. This was previosly only possible through thebinding:profileattribute of the port resource but that was invalid andnow 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 futurerelease.
