From b2a86e0b43004ad589fae1e76a026c07b06e7189 Mon Sep 17 00:00:00 2001 From: Lindsay K Date: Thu, 3 Sep 2015 12:40:26 -0700 Subject: [PATCH] Fix plural agreement grammar error Change-Id: Iab2bc4bee2ef256c43a9c203a4f7495d9716c79a Partial-Bug: #1367915 --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 6f32fab83..f2d2d7497 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -123,7 +123,7 @@ ironic-python-agent.service unit in cloud-config.yaml [5]_. * --standalone: This disables the initial lookup and heartbeats to Ironic. Lookup sends some information to Ironic in order to determine Ironic's node - UUID for the node. Heartbeat sends a periodic pings to Ironic to tell Ironic + UUID for the node. Heartbeat sends periodic pings to Ironic to tell Ironic the node is still running. These heartbeats also trigger parts of the deploy and cleaning cycles. This flag is useful for debugging IPA without an Ironic installation.