Fix plural agreement grammar error

Change-Id: Iab2bc4bee2ef256c43a9c203a4f7495d9716c79a
Partial-Bug: #1367915
This commit is contained in:
Lindsay K 2015-09-03 12:40:26 -07:00 committed by Lindsay Kusmierek
parent bc98593416
commit b2a86e0b43
1 changed files with 1 additions and 1 deletions

View File

@ -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.