Use correct URLs for pacemaker scripts

Updated URLs in HA guide to point to new location of pacemaker scripts.

Change-Id: I1a5ea97e2ec7cad9270f3b815fa5caea9e3d4ff1
Closes-Bug: #1252131
This commit is contained in:
Stephen Gordon 2014-02-22 14:04:43 -05:00
parent 95dcbffcd3
commit 1a2e3dd027

View File

@ -20,7 +20,7 @@ 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-l3-agent
wget https://raw.github.com/madkiss/openstack-resource-agents/master/ocf/neutron-agent-l3
chmod a+rx neutron-l3-agent
----
@ -62,7 +62,7 @@ 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-dhcp-agent
wget https://raw.github.com/madkiss/openstack-resource-agents/master/ocf/neutron-agent-dhcp
chmod a+rx neutron-dhcp-agent
----