Release neutron and deliverables for newton

Minor version bumped for neutron, because of backward compatible:
* Bulk creation of SecurityGroups
* DVR: Add static routes to FIP namespace
Bugfix for neutron-fwaas.
No releases for networking-ovn, neutron-dynamic-routing and
neutron-vpnaas.
neutron-lbaas is under governance of octavia.

Change-Id: Idec82fb189ef10854f14cbe4b824841fcfe56c53
This commit is contained in:
Dariusz Smigiel 2017-03-28 15:21:53 +00:00
parent 2e508e3e43
commit b1fbb67e09
2 changed files with 13 additions and 0 deletions

View File

@ -34,3 +34,7 @@ releases:
projects:
- repo: openstack/neutron-fwaas
hash: 7345510f36d26863c25ba5737b0057b78060d2ad
- version: 9.0.1
projects:
- repo: openstack/neutron-fwaas
hash: 0f8daa342cdb7c99c3156ac7b460afe9e774de4f

View File

@ -65,3 +65,12 @@ releases:
* Skip larger than /64 subnets in DHCP agent
* DVR: Fix race condition in creation of fip gateway
* Update MTU on existing devices
- version: 9.3.0
projects:
- repo: openstack/neutron
hash: f7ad3206034ddda1236a58704d3fb3b94336c858
highlights: |-
* openvswitch agent: add OVS_RESTARTED event
* Don't create HA resources until needed
* Bulk creation of SecurityGroups
* DVR: Add static routes to FIP namespace