Current Series Release Notes¶
3.15.0-7¶
New Features¶
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.