Typo public_key -> ssh_key
This commit is contained in:
parent
77314d04c8
commit
25bfb41081
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class OpenNebulaManager():
|
||||||
<NETWORK>YES</NETWORK>
|
<NETWORK>YES</NETWORK>
|
||||||
</CONTEXT>
|
</CONTEXT>
|
||||||
</TEMPLATE>
|
</TEMPLATE>
|
||||||
""".format(ssh=public_key)
|
""".format(ssh=ssh_key)
|
||||||
vm_id = self.client.call(oca.VmTemplate.METHODS['instantiate'],
|
vm_id = self.client.call(oca.VmTemplate.METHODS['instantiate'],
|
||||||
template.id,
|
template.id,
|
||||||
'',
|
'',
|
||||||
|
|
Loading…
Reference in a new issue