[trivial]Remove is_pxe_enabled function doc about ipxe_enabled option

ipxe_enabled option is already removed by
34d34b3a9d

Change-Id: Ib96978aab60c60057dd9bc77e83ced0c95231917
This commit is contained in:
Jeffrey Zhang 2022-03-20 20:04:32 +08:00
parent 03af6448ab
commit dfd4002131
1 changed files with 1 additions and 2 deletions

View File

@ -599,8 +599,7 @@ def is_ipxe_enabled(task):
"""Return true if ipxe is set.
:param task: A TaskManager object
:returns: boolean true if ``[pxe]ipxe_enabled`` is configured
or if the task driver instance is the iPXE driver.
:returns: boolean true if the task driver instance is the iPXE driver.
"""
return 'ipxe_boot' in task.driver.boot.capabilities