We are ecstatic to announce the release of: neutron-lib 3.5.0: Neutron shared routines and utilities This release is part of the bobcat 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.5.0 ^^^^^ New Features * The "port-hint-ovs-tx-steering" extension allows new values (i.e. a hint) in the "hints" port attribute. It allows the control of Open vSwitch's Userspace Tx packet steering options. For Open vSwitch details please see: https://docs.openvswitch.org/en/latest/topics /userspace-tx-steering/ Changes in neutron-lib 3.4.0..3.5.0 ----------------------------------- 09af59c Return properly elevated context by get_admin_context() helper 08cdc72 port-hints: api-ref: Add field length limitation 8337580 api-ref: describe which protocols are enabled for stateless SG eeec363 api-ref: add semantics for stateless security group api ad8bcd2 Update master for stable/2023.1 cf5b293 Remove unused rbac rule 444cec2 [sqlalchemy-20] Use Connection.execute() instead of Engine.execute() ec6a39c port-hint-ovs-tx-steering: api definition Diffstat (except docs and test files) ------------------------------------- api-ref/source/v2/parameters.yaml | 23 ++++++++++++++++++ api-ref/source/v2/ports.inc | 15 ++++++++++++ .../v2/samples/ports/port-bind-create-request.json | 1 + api-ref/source/v2/security-groups.inc | 24 ++++++++++++++++--- neutron_lib/api/definitions/__init__.py | 2 ++ neutron_lib/api/definitions/base.py | 2 ++ .../api/definitions/port_hint_ovs_tx_steering.py | 28 ++++++++++++++++++++++ neutron_lib/api/definitions/port_hints.py | 7 +++++- neutron_lib/context.py | 12 ++++++---- neutron_lib/fixture.py | 11 ++++----- neutron_lib/policy/__init__.py | 2 -- .../definitions/test_port_hint_ovs_tx_steering.py | 20 ++++++++++++++++ ...port-hint-ovs-tx-steering-cfa15582a74fb6a4.yaml | 8 +++++++ releasenotes/source/2023.1.rst | 6 +++++ releasenotes/source/index.rst | 1 + 16 files changed, 147 insertions(+), 17 deletions(-)
participants (1)
-
no-reply@openstack.org