From b6a54e30b53cf469cab2aa6e18e0b4a4481e3cb2 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 30 Aug 2023 12:49:21 +0000 Subject: [PATCH] Add Neutron highlights (Bobcat release) Change-Id: I5843c4048ff74f3fe62e6e3322382fc748892889 --- deliverables/bobcat/neutron.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deliverables/bobcat/neutron.yaml b/deliverables/bobcat/neutron.yaml index 15698dd4af..c662327547 100644 --- a/deliverables/bobcat/neutron.yaml +++ b/deliverables/bobcat/neutron.yaml @@ -18,3 +18,14 @@ releases: projects: - repo: openstack/neutron hash: f06e6591709114c148ab806334b41ec4cff3f2f7 + +cycle-highlights: + - Limit the rate at which instances can query the metadata service in order + to protect the OpenStack deployment from DoS or misbehaved instances. + - The Neutron service has enabled the new API policies (RBAC) with system + scope and default roles by default. + - A new port hint attribute "ovs-tx-steering", to modify the behaviour of + the local Open vSwitch Userspace transmit packet steering feature. + - New API which allows to define a set of security group rules to be used + automatically in every new ``default`` and/or custom security group created + for any project.