forked from 3wordchant/capsul-flask
ssh_public_keys -> ssh_authorized_keys rename (merge fix)
This commit is contained in:
@ -33,7 +33,7 @@ class VirtualizationInterface:
|
||||
def list_ids(self) -> list:
|
||||
pass
|
||||
|
||||
def create(self, email: str, id: str, template_image_file_name: str, vcpus: int, memory: int, ssh_public_keys: list):
|
||||
def create(self, email: str, id: str, template_image_file_name: str, vcpus: int, memory: int, ssh_authorized_keys: list):
|
||||
pass
|
||||
|
||||
def destroy(self, email: str, id: str):
|
||||
|
Reference in New Issue
Block a user