We are psyched to announce the release of: neutron-lib 3.2.0: Neutron shared routines and utilities This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/neutron-lib Download the package from: https://pypi.org/project/neutron-lib Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. 3.2.0 ^^^^^ New Features ************ * Added a new DSCP mark value: 44. This new mark value was included recently in the RFC5865 (https://www.rfc- editor.org/rfc/rfc5865.html). Other Notes *********** * Parent resource mapping was added to "EXT_PARENT_RESOURCE_MAPPING" in "neutron_lib.services.constants" for the "qos" plugin. Changes in neutron-lib 3.1.0..3.2.0 ----------------------------------- 99ba3d8 Add bandwidth rate limit table 3fd431a Update URL for flake8 from Gitlab to Github 91759b1 Don't check context.system_scope to check project scope 7e4a6be Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" 6d3f037 Add warning about mtu update and libvirt limitation 6100385 Document that binding:profile is for compute services only a09d23b Add enforce_policy on device_id parameter 30b7482 Api-ref: Add note that only VLAN segmentation-id can be changed 0964b73 Add flows tables for distributed metadata datapath 9ecd599 Use oslo_context.from_dict() for context generation d9284ee Fix missed six library items in .pylintrc e109838 Switch to 2023.1 Python3 unit tests and generic template name 9fcc7b1 Update master for stable/zed b0eaf6e Add DSCP mark 44 7026199 Fix pep8 job issues with pylint==2.15.0 Diffstat (except docs and test files) ------------------------------------- .pylintrc | 22 +----- .zuul.yaml | 2 +- api-ref/source/v2/networks.inc | 7 ++ api-ref/source/v2/parameters.yaml | 8 +++ api-ref/source/v2/qos.inc | 12 +++- ...ule_type-details-bandwidth_limit-response.json} | 0 .../rule_type-details-dscp_marking-response.json | 29 ++++++++ neutron_lib/api/definitions/port.py | 1 + neutron_lib/callbacks/registry.py | 1 + neutron_lib/constants.py | 2 +- neutron_lib/context.py | 16 ++--- neutron_lib/db/resource_extend.py | 1 + neutron_lib/db/utils.py | 17 ++--- neutron_lib/plugins/ml2/ovs_constants.py | 18 ++++- neutron_lib/services/constants.py | 4 +- .../notes/qos-dscp-mark-44-56934a357af4b1ee.yaml | 5 ++ ...n-parent-resource-mapping-ab5208caba9eda01.yaml | 5 ++ releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 ++ 22 files changed, 142 insertions(+), 117 deletions(-)
participants (1)
-
no-reply@openstack.org