neutron-server uses deprecated http tunnel mode (in haproxy)

Bug #1892686 reported by Radosław Piliszek
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
Fix Released
Medium
Radosław Piliszek

Bug Description

Per https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4

  - TUN: tunnel ("option http-tunnel") : this was the default mode for versions
    1.0 to 1.5-dev21 : only the first request and response are processed, and
    everything else is forwarded with no analysis at all. This mode should not
    be used as it creates lots of trouble with logging and HTTP processing.
    And because it cannot work in HTTP/2, this option is deprecated and it is
    only supported on legacy HTTP frontends. In HTX, it is ignored and a
    warning is emitted during HAProxy startup.

All kolla environments use 1.5+ since Rocky ( https://ethercalc.openstack.org/kolla-infra-service-matrix ) and it is recommended to switch this mode to avoid odd issues (I wonder if our random issues with neutron are not due to this thing but hard to triage).

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (master)

Fix proposed to branch: master
Review: https://review.opendev.org/747637

Changed in kolla-ansible:
assignee: nobody → Radosław Piliszek (yoctozepto)
status: Triaged → In Progress
Revision history for this message
Mark Goddard (mgoddard) wrote :

Discussion in above patch.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/747637
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=7c42204a659c2d7fc6b9f62a9fe1ceed9f177a43
Submitter: Zuul
Branch: master

commit 7c42204a659c2d7fc6b9f62a9fe1ceed9f177a43
Author: Radosław Piliszek <email address hidden>
Date: Mon Aug 24 10:01:27 2020 +0200

    Drop option http-tunnel for neutron-server

    Change-Id: I6910bcdb122e42337d7938405f792fa0fe32e49b
    Closes-Bug: #1892686

Changed in kolla-ansible:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.