Comment 0 for bug 1597416

Revision history for this message
Denis Egorenko (degorenko) wrote :

Http provider for haproxy_backend_status resource returns wrong backend status, when got 401 status code (Unauthorized) from client side [1]. Because of this problem backend status will be switched to down, but in fact backend is ready and up.

[1] https://github.com/openstack/fuel-library/blob/master/deployment/puppet/haproxy/lib/puppet/provider/haproxy_backend_status/http.rb#L23-L24