2023.1 Series Release Notes¶
3.4.2¶
New Features¶
CallbacksManager
can now subscribe cancellable events. By default, onlybefore_
andprecommit_
events, in case of error, can raise aCallbackFailure
exception. Now, if the event is subscribed with the flagcancellable
enabled, thepublish
method will raise this exception if the callback fails and returns an error.
3.4.0¶
New Features¶
Add API extension
floating-ip-distributed
. This extension addsdistributed
attribute to the Floating IP resource.
The port hints extension (
port-hints
) introduces thehints
port attribute. Hints are backend specific pieces of information, mainly to allow backend specific performance tuning. In itself this extension defines no particular hint, and therefore no valid values of thehints
attribute. It just serves as the base for other extensions introducing concrete hints and signals the presence of thehints
port attribute to the API user. By default policy, use of thehints
attribute is restricted to admininstrative users.
3.2.0¶
New Features¶
Added a new DSCP mark value: 44. This new mark value was included recently in the RFC5865.
Other Notes¶
Parent resource mapping was added to
EXT_PARENT_RESOURCE_MAPPING
inneutron_lib.services.constants
for theqos
plugin.