Comment 6 for bug 1527717

Revision history for this message
Alexander Petrov (apetrov-n) wrote :

Verified on MOS 9.0 build 106
haproxy configuration is done correctly

/etc/haproxy/conf.d/020-keystone-1.cfg

listen keystone-2
  bind 192.168.0.2:35357
  http-request set-header X-Forwarded-Proto https if { ssl_fc }
  option httpchk GET /v3
  option httplog
  option httpclose
  option forwardfor
  stick on src
  stick-table type ip size 200k expire 2m
  server node-1 192.168.0.3:35357 check inter 10s fastinter 2s downinter 2s rise 30 fall 3
  server node-2 192.168.0.7:35357 check inter 10s fastinter 2s downinter 2s rise 30 fall 3