Drop option http-tunnel for neutron-server
Change-Id: I6910bcdb122e42337d7938405f792fa0fe32e49b Closes-Bug: #1892686
This commit is contained in:
parent
e869055436
commit
7c42204a65
@ -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"
|
||||
|
11
releasenotes/notes/bug-1892686-409fef7c100ab67f.yaml
Normal file
11
releasenotes/notes/bug-1892686-409fef7c100ab67f.yaml
Normal 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>`__
|
Loading…
Reference in New Issue
Block a user