From ed00790c0899a39d5420a3edc2cd59aed1896484 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 8 Sep 2020 16:05:17 -0700 Subject: [PATCH] Add Victoria cycle highlights for Octavia. Change-Id: I5653b5f4e5d0e5f181dce4c0627cb15bda49cf97 --- deliverables/victoria/octavia.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/deliverables/victoria/octavia.yaml b/deliverables/victoria/octavia.yaml index 5b803cc3fb..11dfbf6bb9 100644 --- a/deliverables/victoria/octavia.yaml +++ b/deliverables/victoria/octavia.yaml @@ -5,5 +5,22 @@ release-model: cycle-with-rc release-type: python-pypi team: octavia type: service +cycle-highlights: + - Users can now specify the TLS versions accepted for listeners and pools. + Operators also now have the ability to set a minimum TLS version + acceptable for their deployment. + - Octavia now supports HTTP/2 over TLS using the new Application Layer + Protocol Negotiation (ALPN) configuration option for listeners. + - Load balancer statistics can now be reported to multiple statistics + drivers simultaneously and supports delta metrics. This allows easier + integration into external metrics system, such as a time series database. + - Octavia flavors for the amphora driver now support specifying the glance + image tag as part of the flavor. This allows the operator to define + Octavia flavors that boot alternate amphora images. + - Load balancer pools now support version two of the PROXY protocol. This + allows passing client information to member servers when using TCP + protocols. PROXYV2 improves the performance of establishing new connections + using the PROXY protocol to member servers, especially when the listener + is using IPv6. repository-settings: openstack/octavia: {}