From e64d101a7e52b6d97435d98b2791ea43faa834e2 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 25 Mar 2020 10:53:54 -0700 Subject: [PATCH] Add Ussuri cycle highlights for Octavia. Change-Id: If382f4b5ecc82bd33430624da45f3b068942b43f --- deliverables/ussuri/octavia.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deliverables/ussuri/octavia.yaml b/deliverables/ussuri/octavia.yaml index 5b803cc3fb..e3177f8f8c 100644 --- a/deliverables/ussuri/octavia.yaml +++ b/deliverables/ussuri/octavia.yaml @@ -7,3 +7,13 @@ team: octavia type: service repository-settings: openstack/octavia: {} +cycle-highlights: + - Octavia now supports deploying load balancers in specific availability + zones. This allows the deployment of load balancing capabilities to edge + environments. + - The Octavia amphora driver has added a technology preview feature that + improves control plane resiliency. Should a control plane host go down + during a load balancer provisioning operation, an alternate controller can + resume the in-process provisioning and complete the request. + - Users can now specify the TLS ciphers acceptable for listeners and pools. + This allows load balancers to enforce security compliance requirements.