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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user