From 00d4f7dd564436015f5774de5ac15f5268a21e76 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 1 Nov 2018 15:19:14 +0900 Subject: [PATCH] neutron, fwaas, vpnaas rocky update Change-Id: I24a2f6ac068de881a2e784747a355ae2e787bc2a --- deliverables/rocky/neutron-fwaas.yaml | 4 ++++ deliverables/rocky/neutron-vpnaas.yaml | 4 ++++ deliverables/rocky/neutron.yaml | 8 ++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/deliverables/rocky/neutron-fwaas.yaml b/deliverables/rocky/neutron-fwaas.yaml index ad1efb74ef..bef9abb5b3 100644 --- a/deliverables/rocky/neutron-fwaas.yaml +++ b/deliverables/rocky/neutron-fwaas.yaml @@ -32,6 +32,10 @@ releases: - hash: 7567c42e99b298201b30593699d1e180e5bfa759 repo: openstack/neutron-fwaas version: 13.0.0 + - projects: + - hash: 3c6cfbc489a0bd02f33ae072820ae99e897e1ac7 + repo: openstack/neutron-fwaas + version: 13.0.1 branches: - location: 13.0.0.0rc1 name: stable/rocky diff --git a/deliverables/rocky/neutron-vpnaas.yaml b/deliverables/rocky/neutron-vpnaas.yaml index 09ca70b16e..73dece4aa0 100644 --- a/deliverables/rocky/neutron-vpnaas.yaml +++ b/deliverables/rocky/neutron-vpnaas.yaml @@ -28,6 +28,10 @@ releases: - hash: da4fff7e7aa756cd8280e8dd14fb8cccc5777277 repo: openstack/neutron-vpnaas version: 13.0.0 + - projects: + - hash: 0876f4dfe7e2f57305110e035efa753bfb711a3f + repo: openstack/neutron-vpnaas + version: 13.0.1 branches: - location: 13.0.0.0rc1 name: stable/rocky diff --git a/deliverables/rocky/neutron.yaml b/deliverables/rocky/neutron.yaml index 841cfd8a24..75a474ac79 100644 --- a/deliverables/rocky/neutron.yaml +++ b/deliverables/rocky/neutron.yaml @@ -41,11 +41,15 @@ releases: - hash: d48b0c15ac97c6644718651ce6e14cae9c32d07b repo: openstack/neutron version: 13.0.1 + - projects: + - hash: 41f81b9c374e89501ba7ea53f5627009ba99b756 + repo: openstack/neutron + version: 13.0.2 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 server - live migration support.' + - 'Multiple bindings for compute owned ports is supported for better server live + migration support.' - '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.'