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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ironic/drivers/base.py b/ironic/drivers/base.py
index bdd017b91..953ac056e 100644
--- a/ironic/drivers/base.py
+++ b/ironic/drivers/base.py
@@ -1224,7 +1224,7 @@ class InspectInterface(BaseInterface):
"""Interface for inspection-related actions."""
interface_type = 'inspect'
- ESSENTIAL_PROPERTIES = {'memory_mb', 'local_gb', 'cpus', 'cpu_arch'}
+ ESSENTIAL_PROPERTIES = {'memory_mb', 'local_gb', 'cpu_arch'}
"""The properties required by scheduler/deploy."""
@abc.abstractmethod
@@ -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.