neutron/etc/oslo-config-generator
Juan Antonio Osorio Robles 19c354aacd Add http_proxy_to_wsgi to api-paste
This sets up the HTTPProxyToWSGI middleware in front of Neutron-API. 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 Neutron.

So, for instance, when TLS connections are being terminated in the
proxy, and one tries to get the versions from the / resource of
Neutron, one will notice that the protocol is incorrect; It will show
'http' instead of 'https'. So this middleware handles such cases.
Thus helping Keystone discovery work correctly.

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

Change-Id: Ice9ee8f4e04050271d59858f92034c230325718b
Closes-Bug: #1590608
2016-10-14 11:24:03 +03:00
..
dhcp_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
l3_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
linuxbridge_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
macvtap_agent.ini Autogenerate macvtap agent config file 2016-03-03 16:11:18 +01:00
metadata_agent.ini Switch to oslo.cache 2016-06-02 15:22:36 +00:00
metering_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
ml2_conf.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
ml2_conf_sriov.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
neutron.conf Add http_proxy_to_wsgi to api-paste 2016-10-14 11:24:03 +03:00
openvswitch_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
sriov_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00