octavia/releasenotes/notes/add-amphora-alpn-h2-support-dfa9a86b2c06f354.yaml
Carlos Goncalves de2fe22f9d Add HTTP/2 over TLS support to amphora provider
HTTP/2 requires HAProxy 2.0 or newer in amphora images. The operating
system versions in test as of today (Ubuntu Bionic and CentOS 8) do not
provide HAProxy 2.x in their official repositories. For this reason, the
default listener ALPN protocol list remains unchanged, defaulting to
ALPN protocol IDs "http/1.1" and "http/1.0".

Change-Id: Id29d0d2cd5ab1ae3c7d26194a235af25c2271d62
2020-09-03 10:43:07 +00:00

7 lines
187 B
YAML

---
features:
- |
Added HTTP/2 over TLS support via ALPN protocol negotiation to the
amphora provider driver. Feature available in amphora images with HAProxy
2.0 or newer.