openstack-manuals/doc/high-availability-guide/includes/pacemaker-network-l3.crm
Tom Fifield 4fbbf68a6a Fix neutron-l3-agent primitive in ha guide
As reported by Aaron Bell, the primitive in the network-l3
section of the ha guide was incorrect. This patch adjusts the value.

Change-Id: I512414af3149d9ae7a5b4458780f3ccd6380a94e
Closes-Bug: 1294852
2014-03-30 08:52:47 +08:00

5 lines
202 B
Plaintext

primitive p_neutron-l3-agent ocf:openstack:neutron-agent-l3 \
params config="/etc/neutron/neutron.conf" \
plugin_config="/etc/neutron/l3_agent.ini" \
op monitor interval="30s" timeout="30s"