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 extension quota-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 adds trusted attribute to the port resource. This new attribute allows to set through the API SR-IOV port to be trusted. This was previosly only possible through the binding: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’s binding:profile.

Deprecation Notes

  • The neutron_lib.rpc:get_notifier default value for service argument (None) is deprecated. The argument will be required in a future release.