2019-04-11 14:35:22 -05:00
|
|
|
---
|
|
|
|
launchpad: neutron
|
|
|
|
team: neutron
|
|
|
|
type: service
|
|
|
|
release-model: cycle-with-rc
|
|
|
|
repository-settings:
|
|
|
|
openstack/neutron: {}
|
2019-09-17 17:40:04 +09:00
|
|
|
releases:
|
|
|
|
- version: 15.0.0.0b1
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 3ad6af76266f466953de08451b922e033b5c8c43
|
2019-09-23 20:29:01 +02:00
|
|
|
- version: 15.0.0.0rc1
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 1c2e10f8595d2286bd9bec513bc5a346a84a6f7c
|
2019-10-09 10:33:47 -05:00
|
|
|
- version: 15.0.0.0rc2
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: ec35afb9a1d6e541df518f168f789a30c849318e
|
2019-10-10 16:56:42 -05:00
|
|
|
- version: 15.0.0
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: ec35afb9a1d6e541df518f168f789a30c849318e
|
|
|
|
diff-start: 14.0.0
|
2019-12-13 16:54:16 +01:00
|
|
|
- version: 15.0.1
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 1afc3cbee7820820933e404833ad3acc2f7891b5
|
2020-02-14 12:44:45 +01:00
|
|
|
- version: 15.0.2
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 8994186c65a324b172f993eeecb6f00cd0bdbd75
|
2020-05-25 23:16:26 +02:00
|
|
|
- version: 15.1.0
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 9c242a032915141d18705198f637cd717a414a26
|
2020-08-25 11:03:59 +02:00
|
|
|
- version: 15.2.0
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 8ff90c2bd44c8796246a7a7c473b880e75ea5da7
|
2020-09-30 09:07:42 +02:00
|
|
|
- version: 15.3.0
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: fa5967012d201a7bc3a407280fd7481f5dc81574
|
2021-01-22 15:22:03 +01:00
|
|
|
- version: 15.3.1
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: c631119117f1c21341e57739d4a4aeeff8764fd7
|
2021-01-29 15:31:52 +01:00
|
|
|
- version: 15.3.2
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 112d82aad0311e565c748c05742585402b37b270
|
2021-03-17 10:40:24 +01:00
|
|
|
- version: 15.3.3
|
|
|
|
projects:
|
|
|
|
- repo: openstack/neutron
|
|
|
|
hash: 6691b9c5bc2cbc84eedaff1225f91c0eb72c5db7
|
2019-09-13 19:25:38 -05:00
|
|
|
cycle-highlights:
|
2019-09-23 20:29:01 +02:00
|
|
|
- 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
|
2019-09-13 19:25:38 -05:00
|
|
|
conntrack helper target rules to be set for a router. This is accomplished
|
2019-09-23 20:29:01 +02:00
|
|
|
by associating a conntrack_helper sub-resource to a router.
|
|
|
|
branches:
|
|
|
|
- name: stable/train
|
|
|
|
location: 15.0.0.0rc1
|
2019-09-30 10:00:30 -05:00
|
|
|
release-notes: https://docs.openstack.org/releasenotes/neutron/train.html
|