Drop option http-tunnel for neutron-server

Change-Id: I6910bcdb122e42337d7938405f792fa0fe32e49b
Closes-Bug: #1892686
This commit is contained in:
Radosław Piliszek 2020-08-24 10:01:27 +02:00
parent e869055436
commit 7c42204a65
2 changed files with 11 additions and 2 deletions

View File

@ -17,8 +17,6 @@ neutron_services:
external: false
port: "{{ neutron_server_port }}"
listen_port: "{{ neutron_server_listen_port }}"
frontend_http_extra:
- "option http-tunnel"
neutron_server_external:
enabled: "{{ enable_neutron }}"
mode: "http"

View File

@ -0,0 +1,11 @@
---
upgrade:
- |
No longer uses ``option http-tunnel`` for Neutron Server in HAProxy.
Please amend manually if you relied on the quirky behaviour.
`LP#1892686 <https://launchpad.net/bugs/1892686>`__
fixes:
- |
No longer uses ``option http-tunnel`` for Neutron Server in HAProxy.
This mode was long not recommended and recently deprecated entirely.
`LP#1892686 <https://launchpad.net/bugs/1892686>`__