Add "httpchk /versions" for glance-api haproxy.

With the default httpchk, glance-api always show warning in the logs
"WARNING glance.api.middleware.version_negotiation [..] Unknown version.
Returning version choices", with the /versions added, there is no
warning in the log.

Change-Id: I086cb23c30b9e3ddc5eac68cba42d03ed907138c
This commit is contained in:
Marc Gariepy 2015-11-20 10:03:43 -05:00
parent 4d736b98e3
commit 2a2da2f5aa

View File

@ -42,7 +42,7 @@ haproxy_service_configs:
haproxy_balance_type: http
haproxy_backend_options:
- "forwardfor"
- "httpchk"
- "httpchk /versions"
- "httplog"
- service:
haproxy_service_name: glance_registry