summaryrefslogtreecommitdiff
path: root/cxmanage_api/node.py
diff options
context:
space:
mode:
Diffstat (limited to 'cxmanage_api/node.py')
-rw-r--r--cxmanage_api/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxmanage_api/node.py b/cxmanage_api/node.py
index b0d7922..f720d28 100644
--- a/cxmanage_api/node.py
+++ b/cxmanage_api/node.py
@@ -88,7 +88,7 @@ class Node(object):
image=None, ubootenv=None, ipretriever=None):
"""Default constructor for the Node class."""
if (not tftp):
- tftp = InternalTftp()
+ tftp = InternalTftp.default()
# Dependency Integration
if (not bmc):