Merge "[Trivial] Fix is_fast_track parameter doc string"

This commit is contained in:
Zuul 2019-07-19 19:29:53 +00:00 committed by Gerrit Code Review
commit 5a44537fc8

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