Neutron RC1 deliverables

Also cut stable branches for cycle-with-milestone projects

Change-Id: I678380219ac71013a55e8350541b06171c339424
This commit is contained in:
Akihiro Motoki
2018-08-10 00:00:43 +09:00
committed by Miguel Lavalle
parent 5910ac9dfd
commit 9672532e26
10 changed files with 80 additions and 0 deletions

View File

@@ -19,3 +19,10 @@ releases:
- hash: 18b1c886e9d1ad495b446ecddd5cb6379badebb9
repo: openstack/networking-bagpipe
version: 9.0.0.0b3
- projects:
- hash: ae8e8ce1e7a12faa9ab7abb8fcfdb21765c367e8
repo: openstack/networking-bagpipe
version: 9.0.0.0rc1
branches:
- location: 9.0.0.0rc1
name: stable/rocky

View File

@@ -19,3 +19,10 @@ releases:
- hash: 2106379047f38ce1abe10a0461e7b7c6449ad608
repo: openstack/networking-bgpvpn
version: 9.0.0.0b3
- projects:
- hash: da2d0db2f27409bd240b0842a3e6c3a1603bb5c1
repo: openstack/networking-bgpvpn
version: 9.0.0.0rc1
branches:
- location: 9.0.0.0rc1
name: stable/rocky

View File

@@ -20,3 +20,10 @@ releases:
- hash: 3e86565d1eb82fa456659c0943d567afa7c9a6fd
repo: openstack/networking-midonet
version: 7.0.0.0b3
- projects:
- hash: a209f95d627c9a37b65d6ff6b7bf601c911727bd
repo: openstack/networking-midonet
version: 7.0.0.0rc1
branches:
- location: 7.0.0.0rc1
name: stable/rocky

View File

@@ -20,3 +20,10 @@ releases:
- hash: 33564d37d93420f328472e2c357db5ca11a5fc35
repo: openstack/networking-odl
version: 13.0.0.0b3
- projects:
- hash: ecde0a165f6145d8257fd52d50ee6f417b0b6ff0
repo: openstack/networking-odl
version: 13.0.0.0rc1
branches:
- location: 13.0.0.0rc1
name: stable/rocky

View File

@@ -20,3 +20,10 @@ releases:
- hash: fc77b982342c4471094751be9f8544dad55ef824
repo: openstack/networking-ovn
version: 5.0.0.0b3
- projects:
- hash: 44dcb509be15a805e00684cce2fabfc4c5265ad7
repo: openstack/networking-ovn
version: 5.0.0.0rc1
branches:
- location: 5.0.0.0rc1
name: stable/rocky

View File

@@ -20,3 +20,10 @@ releases:
- hash: 379fcd5cfcb7a71e7dbbe969da0255bc3ff09a33
repo: openstack/networking-sfc
version: 7.0.0.0b3
- projects:
- hash: 4c38303620c8a3f38d7261a64ce8532979bf7560
repo: openstack/networking-sfc
version: 7.0.0.0rc1
branches:
- location: 7.0.0.0rc1
name: stable/rocky

View File

@@ -19,3 +19,10 @@ releases:
- hash: 93a8b15840c945a497eb886a16e2dbdd88e76f59
repo: openstack/neutron-dynamic-routing
version: 13.0.0.0b3
- projects:
- hash: ac63f126c6bd0ab12d6cd80077023c3e5c264e98
repo: openstack/neutron-dynamic-routing
version: 13.0.0.0rc1
branches:
- location: 13.0.0.0rc1
name: stable/rocky

View File

@@ -19,3 +19,10 @@ releases:
- hash: d6258868989dc3d11207a02082c361b8a7c1a9dc
repo: openstack/neutron-fwaas
version: 13.0.0.0b3
- projects:
- hash: 5b3ac1ebda160e80ba3a38c1f113f85b797572d6
repo: openstack/neutron-fwaas
version: 13.0.0.0rc1
branches:
- location: 13.0.0.0rc1
name: stable/rocky

View File

@@ -19,3 +19,10 @@ releases:
- hash: bb165298e0270ab3cdc0bd0afab4b51988db4d98
repo: openstack/neutron-vpnaas
version: 13.0.0.0b3
- projects:
- hash: da4fff7e7aa756cd8280e8dd14fb8cccc5777277
repo: openstack/neutron-vpnaas
version: 13.0.0.0rc1
branches:
- location: 13.0.0.0rc1
name: stable/rocky

View File

@@ -9,6 +9,8 @@ branches:
- name: feature/graphql
location:
openstack/neutron: 9ee628dcc0eb61418e86fee355add38a6b09fab9
- location: 13.0.0.0rc1
name: stable/rocky
releases:
- projects:
- hash: 4d40e6e40e6c02d097c41ee68ec1b885b27e8909
@@ -22,3 +24,18 @@ releases:
- hash: f597b4bee00334abac3f5bbcfd2053ec885bcb62
repo: openstack/neutron
version: 13.0.0.0b3
- projects:
- hash: 5226e50c68084dd3d76861d1247f9f292949b616
repo: openstack/neutron
version: 13.0.0.0rc1
cycle-highlights:
- Per TCP/UDP port forwarding on floating IP is supported.
Operators can save the number of global IP addresses for floating IPs.
- Multiple bindings for compute owned ports is supported for better instance migration support.
Better live-migration support is a long-standing topic and Nova support will be coming in the next Stein release.
- Perform validation on filter parameters on listing resources. Previously filter parameters were unclear for API users.
This release improves the API behavior on resource filtering and documentation in the Neutron API references a lot.
- (fwaas) Logging on firewall events is supported. It is useful for operators to debug FWaaS.
- (vpnaas) Newer versions of liberswan 3.19+ are supported so that operators can run neutron-vpnaas IPsec VPN with newer distributions.
- (ovn) Support migration from an existing ML2OVS TripleO deployment to ML2OVN TripleO deployment.
- (bagpipe) bagpipe-bgp, a reference implementation of Neutron BGP VPN support, supports E-VPN with OVS.