Jump to: navigation, search

Difference between revisions of "Neutron/LBaaS/HAProxyDriver"

< Neutron‎ | LBaaS
 
Line 8: Line 8:
 
= Implementation Details =
 
= Implementation Details =
  
The driver is implemented according to [/Quantum/LBaaS/DriverAPI]. It supports version 1.4.
+
The driver is implemented according to [[Quantum/LBaaS/DriverAPI]]. It supports version 1.4.
 +
 
 +
Features:
 +
* Protocols: HTTP, TCP
 +
* LB algorithms: round-robin, source IP, least connections
 +
* Session persistence: cookie-based, source IP
 +
* Health monitoring: ICMP, HTTP HEAD, HTTP GET
 +
* Stats retrieval per pools

Revision as of 15:43, 12 November 2012

/!\ Draft

Scope

This document describes HAProxy driver for LBaaS.

Implementation Details

The driver is implemented according to Quantum/LBaaS/DriverAPI. It supports version 1.4.

Features:

  • Protocols: HTTP, TCP
  • LB algorithms: round-robin, source IP, least connections
  • Session persistence: cookie-based, source IP
  • Health monitoring: ICMP, HTTP HEAD, HTTP GET
  • Stats retrieval per pools