92c38ef599
This tags the final release for all cycle-with-rc projects for Xena. While not required, having PTLs ack this patch would be nice to include that record in the merged metadata. Release activity should now be frozen until this is processed on Oct 6. Any bugfixes merged to stable/xena can be queued up and ready to go as a follow on stable release after the coordinated release date. There are different diff-start values for each project. This is used when generating release notes to denote the point where the stable/wallaby branch started to diverge from what is included on stable/xena. For some, this will be the final Wallaby major version, but if multiple RCs were done, this may show the initial RC1 release version. This is normal. This patch will be merged on Oct 6. Change-Id: Ic315f2d0b9377975a9cf72fe284f71cb090ace5c
40 lines
1.5 KiB
YAML
40 lines
1.5 KiB
YAML
---
|
|
launchpad: neutron
|
|
team: neutron
|
|
type: service
|
|
release-model: cycle-with-rc
|
|
repository-settings:
|
|
openstack/neutron: {}
|
|
cycle-highlights:
|
|
- Distributed DHCP service is now available as an neutron-ovs-agent
|
|
extension. It provides basic DHCP functionality locally on compute
|
|
nodes where VMs are and no DHCP agents are needed in such case.
|
|
- Support stateless security groups with the latest OVN 21.06+. The
|
|
``stateful=False`` security groups are mapped to the new ``allow-stateless``
|
|
OVN ACL verb.
|
|
- ECMP routes are now supported by Neutron. Multiple routes with the
|
|
same destination address are now consolidated into a single ECMP
|
|
route.
|
|
- A new quota driver is added ``DbQuotaNoLockDriver``. This driver
|
|
does not create a unique lock per (resource, project_id). Such locks
|
|
could lead to a database deadlock state if the number of server
|
|
requests exceeds the number of resolved resource creations.
|
|
releases:
|
|
- version: 19.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 6db261962894b1667dd213b116e89246a3e54386
|
|
- version: 19.0.0.0rc2
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 23f956ab37618d5ec6b1b2bf0d50dea7a601513c
|
|
- version: 19.0.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 23f956ab37618d5ec6b1b2bf0d50dea7a601513c
|
|
diff-start: 18.0.0.0rc1
|
|
branches:
|
|
- name: stable/xena
|
|
location: 19.0.0.0rc1
|
|
release-notes: https://docs.openstack.org/releasenotes/neutron/xena.html
|