Add info about LBAAS agent high availability

Clarify that currently the lbaas agent is not natively high
available.

Change-Id: I138d32f0e9f49119953154f3097dafe19694069f
Closes-bug: #1394561
This commit is contained in:
rossella
2014-11-20 13:43:17 +01:00
parent 078db13cdc
commit 1a7ba12b07
2 changed files with 14 additions and 0 deletions

View File

@@ -33,4 +33,5 @@
<xi:include href="ha_aa_network/section_run_neutron_dhcp_agent.xml"/>
<xi:include href="ha_aa_network/section_run_neutron_l3_agent.xml"/>
<xi:include href="ha_aa_network/section_run_neutron_metadata_agent.xml"/>
<xi:include href="ha_aa_network/section_run_neutron_lbaas_agent.xml"/>
</chapter>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="_run_neutron_lbaas_agent">
<title>Run neutron LBaaS agent</title>
<para>Currently there's no native feature to make the LBaaS agent highly
available using the default plugin HAProxy. A common way to make
HAProxy highly available is to use VRRP (Virtual Router Redundancy
Protocol), unfortunately this is not yet implemented in the LBaaS
HAProxy plugin.</para>
</section>