Skip to content

Commit 0f0fdb4

Browse files
author
Gabriel Monroy
committed
Merge pull request #184 from opdemand/add-node-ssh-pubkey
Add ssh public key to Node.flat() data structure
2 parents 86cd19a + a646fbc commit 0f0fdb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ def flat(self):
408408
'runtime': self.layer.runtime,
409409
'proxy': self.layer.proxy,
410410
'ssh_username': self.layer.ssh_username,
411+
'ssh_public_key': self.layer.ssh_public_key,
411412
'ssh_private_key': self.layer.ssh_private_key,
412413
'ssh_port': self.layer.ssh_port,
413414
'config': dict(self.layer.config),

0 commit comments

Comments
 (0)