summaryrefslogtreecommitdiff
path: root/ironic/drivers/base.py
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2023-04-21 12:15:07 -0700
committerJay Faulkner <jay@jvf.cc>2023-04-21 12:15:07 -0700
commit153d4d8385fa8c39ea0f491b4b5bb0da7da43575 (patch)
tree126436470f4f14598e610da9a10d22f2c7846e2e /ironic/drivers/base.py
parent7083545731a8d5009f113f87b07710be833b627a (diff)
downloadironic-153d4d8385fa8c39ea0f491b4b5bb0da7da43575.tar.gz
Upgrade to latest hacking - v6
Required minor changes to existing files to comply with new flake rules. Change-Id: Ia0bff27ab4a7ec98c533ea66357a3c0529026102
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 bdd017b91..69764263e 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.