From 0dd075f76ea28f3149d25febec1557e7b13739f0 Mon Sep 17 00:00:00 2001 From: elajkat Date: Thu, 24 Feb 2022 09:54:42 +0100 Subject: [PATCH] Add Neutron Yoga highlights Change-Id: I932fbc7a7136283be0e95bed5ff775baf2ddce22 --- deliverables/yoga/neutron.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deliverables/yoga/neutron.yaml b/deliverables/yoga/neutron.yaml index 6bacff65c5..4f10199822 100644 --- a/deliverables/yoga/neutron.yaml +++ b/deliverables/yoga/neutron.yaml @@ -5,3 +5,14 @@ type: service release-model: cycle-with-rc repository-settings: openstack/neutron: {} +cycle-highlights: + - Local IP - a virtual IP which can be shared across multiple ports or VMs + is now available. Local IP is guaranteed to only be reachable within the + same physical server or node boundaries. + - Add support for VNIC type remote-managed to support port binding to + SmartNIC DPUs. SmartNIC DPU portbinding requires OVN version 21.12 or + above, compiled with OVN VIF version 21.12 or above. + - Support for minimum packet processing based scheduling. With this feature, + Nova instances can be scheduled to compute hosts that will honor the + minimum pps requirements of the instance as defined by QoS policies of its + ports.