Comment 11 for bug 1569355

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Fix merged to openstack/cinder (openstack-ci/fuel-7.0/2015.1.0)

Reviewed: https://review.fuel-infra.org/19595
Submitter: Vitaly Sedelnik <email address hidden>
Branch: openstack-ci/fuel-7.0/2015.1.0

Commit: 1def89d73dde78f3e579e1f30df1df645a91f6cb
Author: Yuriy Nesenenko <email address hidden>
Date: Thu Apr 14 11:12:01 2016

Handle SSL termination proxies for version list

Cinder list with pagination contains wrong scheme
for 'next' link in case of SSL endpoints. This
patch fixes it and returns the correct scheme in
version URLs if service is behind an SSL termination
proxy.

To work properly the patch it should add the line indicated
below into /etc/haproxy/conf.d/070-cinder-api.cfg
"http-request set-header X-Forwarded-Proto https if { ssl_fc }"

Change-Id: If4ad49ea87b8fa7a0fb245eddbc013d01cbc79eb
Closes-Bug: #1569355