Current Series Release Notes¶
3.16.0¶
New Features¶
Add the API extension
uplink-status-propagation-updatable
to make the port fieldpropagate_uplink_status
updatable. 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-limit
to 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-vif
extension addstrusted
attribute to the port resource. This new attribute allows to set through the APISR-IOV
port to betrusted
. This was previosly only possible through thebinding:profile
attribute 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_notifier
default value forservice
argument (None
) is deprecated. The argument will be required in a future release.