modified section_run_neutron_lbaas_agent

added hyphen for plugin according to the doc conventions
fixed some grammar

Change-Id: I526433d6d4a14c3d5be71ed7372cf6a22f3d394f
This commit is contained in:
Shilla Saebi
2015-04-14 14:28:17 -04:00
parent d7626402f0
commit 9c057cdd00

View File

@@ -5,9 +5,9 @@
version="5.0" version="5.0"
xml:id="_run_neutron_lbaas_agent"> xml:id="_run_neutron_lbaas_agent">
<title>Run neutron LBaaS agent</title> <title>Run neutron LBaaS agent</title>
<para>Currently there's no native feature to make the LBaaS agent highly <para>Currently, there's no native feature to make the LBaaS agent highly
available using the default plugin HAProxy. A common way to make available using the default plug-in HAProxy. A common way to make
HAProxy highly available is to use VRRP (Virtual Router Redundancy HAProxy highly available is to use the VRRP (Virtual Router Redundancy
Protocol), unfortunately this is not yet implemented in the LBaaS Protocol). Unfortunately, this is not yet implemented in the LBaaS
HAProxy plugin.</para> HAProxy plug-in.</para>
</section> </section>