Fix a typo in deploy.py

Removed redundant 'is'

Change-Id: I83157aff2002eb01a65904aa267172e685d99ccb
This commit is contained in:
melissaml 2016-10-09 11:35:43 +08:00
parent 2662e1fbbb
commit 65ab6b3bd0

View File

@ -369,7 +369,7 @@ class IloPXEDeploy(iscsi_deploy.ISCSIDeploy):
:returns: states.DELETED
"""
# Powering off the Node before disabling secure boot. If the node is
# is in POST, disable secure boot will fail.
# in POST, disable secure boot will fail.
manager_utils.node_power_action(task, states.POWER_OFF)
_disable_secure_boot_if_supported(task)
return super(IloPXEDeploy, self).tear_down(task)