Comment 3 for bug 1803422

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

Reviewed: https://review.openstack.org/618019
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=d4c98bd2c615cc3ac6546cea6814b113c352a8d3
Submitter: Zuul
Branch: master

commit d4c98bd2c615cc3ac6546cea6814b113c352a8d3
Author: Dan Trainor <email address hidden>
Date: Wed Nov 14 12:55:13 2018 -0700

    Enable disablereuse option in Zaqar proxy backend

    Modify the Zaqar mod_proxy backend to use use the parameter
    disablereuse=On, disabling the ability to reuse connections to the
    proxy backend. This is necessary to prevent reuse of connections by
    mod_proxy to the backend Zaqar WebSocket server when the Zaqar
    WebSocket server closes the socket on its own, that mod_proxy
    occasionally expects to be open. This creates a new connection with
    every request.

    Change-Id: Id5f22d8682805566eadd8205a5aa88524ce94b80
    Closes-Bug: #1803422