Merge pull request #311 from Modulos/fix/ssh_typo
Typo public_key -> ssh_key
This commit is contained in:
commit
b7faceb5dc
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class OpenNebulaManager():
|
|||
<NETWORK>YES</NETWORK>
|
||||
</CONTEXT>
|
||||
</TEMPLATE>
|
||||
""".format(ssh=public_key)
|
||||
""".format(ssh=ssh_key)
|
||||
vm_id = self.client.call(oca.VmTemplate.METHODS['instantiate'],
|
||||
template.id,
|
||||
'',
|
||||
|
|
Loading…
Reference in a new issue