From d0f4da645bac3beddc4fa51c0e6f563d17a0819f Mon Sep 17 00:00:00 2001 From: Renee Rendon Date: Sat, 26 Jul 2014 14:20:28 -0500 Subject: [PATCH] Changed name to neutron-agent-dhcp in the command chmod and crm Changed name to neutron-agent-dhcp in the command chmod and crm Fixed the underscore error in the resource file at parameter plugin_config Closes-bug: 1316006 Change-Id: I8f92ef7ee9eb04dbfa9c6f091186aa13bc5ed668 --- .../section_highly_available_neutron_dhcp_agent.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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