Comment 47 for bug 1590608

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

Reviewed: https://review.openstack.org/387077
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=c0f43c2c5f6bd21d258063cb0559daf90c960412
Submitter: Jenkins
Branch: master

commit c0f43c2c5f6bd21d258063cb0559daf90c960412
Author: Jeremy Liu <email address hidden>
Date: Sun Oct 16 23:23:54 2016 +0800

    Use http_proxy_to_wsgi middleware

    This sets up the HTTPProxyToWSGI middleware in front of Sahara.
    The purpose of this middleware is to set up the request URL
    correctly in case there is a proxy (For instance, a loadbalancer
    such as HAProxy) in front of Sahara.

    The HTTPProxyToWSGI is off by default and needs to be enabled
    via a configuration value.

    Change-Id: Ica7e8671e3880c0db90d382bec89b0994f75b36d
    Closes-bug: #1590608