9caa2cbcbd
This release is being proposed to pick up translations and bugfixes that have merged to stable/train but not been released. Not all changes are critical to make it into the initial Train coordinated release and can wait until a stable release later. If this patch does not get an ack from the PTL and/or release liaison by EOD Thursday it will just be abandoned. Teams may also choose to -1 this patch and update it once any final commits merge prior to the October 10 deadline. Change-Id: Ibf3c40efa320221e77b545d3b8eb1f5c17343167
41 lines
1.6 KiB
YAML
41 lines
1.6 KiB
YAML
---
|
|
launchpad: neutron
|
|
team: neutron
|
|
type: service
|
|
release-model: cycle-with-rc
|
|
repository-settings:
|
|
openstack/neutron: {}
|
|
releases:
|
|
- version: 15.0.0.0b1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 3ad6af76266f466953de08451b922e033b5c8c43
|
|
- version: 15.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 1c2e10f8595d2286bd9bec513bc5a346a84a6f7c
|
|
- version: 15.0.0.0rc2
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: ec35afb9a1d6e541df518f168f789a30c849318e
|
|
cycle-highlights:
|
|
- When different subnet pools participate in the same address scope,
|
|
the constraints disallowing subnets to be allocated from different
|
|
pools on the same network have been relaxed. As long as subnet pools
|
|
participate in the same address scope, subnets can now be created
|
|
from different subnet pools when multiple subnets are created on
|
|
a network. When address scopes are not used, subnets with the same
|
|
``ip_version`` on the same network must still be allocated from
|
|
the same subnet pool.
|
|
- A new API, extraroute-atomic, has been implemented for Neutron routers.
|
|
This extension enables users to add or delete individual entries
|
|
to a router routing table, instead of having to update the entire
|
|
table as one whole
|
|
- Support for L3 conntrack helpers has been added. Users can now configure
|
|
conntrack helper target rules to be set for a router. This is accomplished
|
|
by associating a conntrack_helper sub-resource to a router.
|
|
branches:
|
|
- name: stable/train
|
|
location: 15.0.0.0rc1
|
|
release-notes: https://docs.openstack.org/releasenotes/neutron/train.html
|