Merge "Correct haproxy's stat unix socket path" into stable/ocata

This commit is contained in:
Jenkins 2017-03-25 20:54:09 +00:00 committed by Gerrit Code Review
commit 00e4ad0bf0
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ class tripleo::haproxy (
'ssl-default-bind-ciphers' => $ssl_cipher_suite,
'ssl-default-bind-options' => $ssl_options,
'stats' => [
'socket /var/run/haproxy.sock mode 600 level user',
'socket /var/lib/haproxy/stats mode 600 level user',
'timeout 2m'
],
},