Ussuri Series Release Notes¶
2.3.0-4¶
Bug Fixes¶
Enforce policy for ‘qos_policy_id’ attribute of port, network and fip so only authorized users can set/unset it. For more info see bug LP#1957175.
2.2.0¶
New Features¶
Added API definition for
rbac-address-scopeextension, which allows sharing address scope between tenants via the network RBAC mechanism.
Added API definition for
rbac-subnetpoolextension, which allows sharing subnetpool between tenants via the network RBAC mechanism.
2.0.0¶
New Features¶
The
tag-ports-during-bulk-creationshim extension API definition has been added to enable the tagging of ports during bulk creation.
Upgrade Notes¶
Python 2.7 support has been dropped. The minimum version of Python now supported by neutron-lib is Python 3.6.
1.31.0¶
New Features¶
Add field
qos_port_network_policy_idto theportdefinition. This read only parameter contains the QoS policy of the network where the port is plugged.
Other Notes¶
Bump the microversion used by
PlacementAPIClientfrom1.20to1.23in order to have access to thecodeattribute of JSON error responses (Placement API changelog). Both1.20and1.23were released in theRockyversion of Placement therefore we expect no upgrade impact.
1.30.0¶
New Features¶
Add a new field
descriptionin floating ip portforwardings that can be used to help users to manage/find easily theirs rules.
The API defintion for the
stateful-security-groupextension is now available inneutron_lib.api.definitions.stateful_security_group.
Other Notes¶
Removes the definition of
interconnectionAPI extension for neutron-interconnection project. Neutron-interconnection project was removed from Neutron stadium due to lack of activity for long time so there is no need to keep the API definition in the official Neutron’s API definitions.