aboutsummaryrefslogtreecommitdiffstats
path: root/vicn/resource/linux/physical.py
diff options
context:
space:
mode:
Diffstat (limited to 'vicn/resource/linux/physical.py')
-rw-r--r--vicn/resource/linux/physical.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vicn/resource/linux/physical.py b/vicn/resource/linux/physical.py
index d7c0b518..f71b5856 100644
--- a/vicn/resource/linux/physical.py
+++ b/vicn/resource/linux/physical.py
@@ -75,7 +75,7 @@ class Physical(Node):
"""
Require a SSH keypair to be present for authentication on nodes
"""
- return Keypair(node = None, key = FN_KEY)
+ return Keypair(node = self, key = FN_KEY)
def __initialize__(self):
if not is_local_host(self.hostname):