diff --git a/doc/high-availability-guide/network/section_highly_available_neutron_dhcp_agent.xml b/doc/high-availability-guide/network/section_highly_available_neutron_dhcp_agent.xml index 099b0f9f47..d8ad677346 100644 --- a/doc/high-availability-guide/network/section_highly_available_neutron_dhcp_agent.xml +++ b/doc/high-availability-guide/network/section_highly_available_neutron_dhcp_agent.xml @@ -19,20 +19,19 @@ Pacemaker. First of all, you need to download the resource agent to your system: # cd /usr/lib/ocf/resource.d/openstack # wget https://raw.github.com/madkiss/openstack-resource-agents/master/ocf/neutron-agent-dhcp -# chmod a+rx neutron-dhcp-agent +# chmod a+rx neutron-agent-dhcp You may now proceed with adding the Pacemaker configuration for neutron DHCP agent resource. Connect to the Pacemaker cluster with crm configure, and add the following cluster resources: - primitive p_neutron-dhcp-agent ocf:openstack:neutron-dhcp-agent \ + primitive p_neutron-dhcp-agent ocf:openstack:neutron-agent-dhcp \ params config="/etc/neutron/neutron.conf" \ plugin_config="/etc/neutron/dhcp_agent.ini" \ op monitor interval="30s" timeout="30s" - This configuration creates + This configuration creates: - p_neutron-dhcp-agent, a resource for manage Neutron DHCP Agent -service - + p_neutron-agent-dhcp, a + resource for manage Neutron DHCP Agent service. crm configure supports batch input, so you may copy and paste the