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.