summaryrefslogtreecommitdiff
path: root/ironic/drivers/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/base.py')
-rw-r--r--ironic/drivers/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/drivers/base.py b/ironic/drivers/base.py
index 4e2928907..953ac056e 100644
--- a/ironic/drivers/base.py
+++ b/ironic/drivers/base.py
@@ -1662,7 +1662,7 @@ class NetworkInterface(BaseInterface):
"""
def need_power_on(self, task):
- """Check if ironic node must be powered on before applying network changes
+ """Check if node must be powered on before applying network changes
:param task: A TaskManager instance.
:returns: Boolean.