forked from 3wordchant/capsul-flask
Fix up API
This commit is contained in:
@ -248,7 +248,7 @@ def _create(vm_sizes, operating_systems, public_keys_for_account, affordable_vm_
|
||||
template_image_file_name=operating_systems[os]['template_image_file_name'],
|
||||
vcpus=vm_sizes[size]['vcpus'],
|
||||
memory_mb=vm_sizes[size]['memory_mb'],
|
||||
ssh_authorized_keys=list(map(lambda x: x["content"], posted_keys))
|
||||
ssh_authorized_keys=posted_keys
|
||||
)
|
||||
return id, errors
|
||||
|
||||
|
Reference in New Issue
Block a user