[Trivial] Fix is_fast_track parameter doc string

Change-Id: I209d98c1f0017cea2a8c24bce473a29c8665bd69
This commit is contained in:
Arne Wiebalck 2019-07-19 11:12:55 +02:00
parent 0f3476a4be
commit bd20f3ac21

View File

@ -872,7 +872,7 @@ def is_fast_track(task):
within the timeout set by [deploy]fast_track_timeout and the power
state for the machine is POWER_ON, then fast track is permitted.
:param node: A node object.
:param task: Taskmanager object
:returns: True if the last heartbeat that was recorded was within
the [deploy]fast_track_timeout setting.
"""