Fix HAProxy config for Nova EC2 API

EC2 API returns 400 for unauthenticated requests, making HAProxy believe
that the service is down. We'll use TCP check instead of HTTP check for
EC2 API.

Change-Id: Ide7f9390603c9893b95cacd51d468461255dcf07
This commit is contained in:
Jiri Stransky 2015-07-27 14:58:26 +02:00
parent f626a227b2
commit 6486099b79
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ class tripleo::loadbalancer (
haproxy::listen { 'nova_ec2':
bind => $nova_ec2_bind_opts,
options => {
'option' => [ 'httpchk GET /' ],
'option' => [ ],
},
collect_exported => false,
}