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-scope
extension, which allows sharing address scope between tenants via the network RBAC mechanism.
Added API definition for
rbac-subnetpool
extension, which allows sharing subnetpool between tenants via the network RBAC mechanism.
2.0.0¶
New Features¶
The
tag-ports-during-bulk-creation
shim 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_id
to theport
definition. This read only parameter contains the QoS policy of the network where the port is plugged.
Other Notes¶
Bump the microversion used by
PlacementAPIClient
from1.20
to1.23
in order to have access to thecode
attribute of JSON error responses (Placement API changelog). Both1.20
and1.23
were released in theRocky
version of Placement therefore we expect no upgrade impact.
1.30.0¶
New Features¶
Add a new field
description
in floating ip portforwardings that can be used to help users to manage/find easily theirs rules.
The API defintion for the
stateful-security-group
extension is now available inneutron_lib.api.definitions.stateful_security_group
.
Other Notes¶
Removes the definition of
interconnection
API 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.