DHCP agent HA remove not working link

Remove not working link and explain how to make DHCP agent
highly available instead.

Change-Id: I682167d5faec30f0734eb84dd0d79dd6ebe99a53
Closes-bug: #1396259
This commit is contained in:
rossella 2014-11-25 18:21:48 +01:00
parent 2476f996c2
commit d9b478a230
1 changed files with 8 additions and 5 deletions

View File

@ -5,9 +5,12 @@
version="5.0"
xml:id="_run_neutron_dhcp_agent">
<title>Run neutron DHCP agent</title>
<para>OpenStack Networking service has a scheduler that lets you run
multiple agents across nodes. Also, the DHCP agent can be natively
highly available. For details, see the
<link xlink:href="http://docs.openstack.org/trunk/config-reference/content/app_demo_multi_dhcp_agents.html">
OpenStack Configuration Reference</link>.</para>
<para>The OpenStack Networking service has a scheduler that lets you
run multiple agents across nodes. Also, the DHCP agent can be
natively highly available.
You can configure the number of DHCP agents per network using the
parameter <option>dhcp_agents_per_network</option> in
<filename>neutron.conf</filename>.
By default this is equal to 1. To achieve highly availability
assign more than one DHCP agent per network.</para>
</section>