ssh_public_keys -> ssh_authorized_keys rename (merge fix)

This commit is contained in:
2021-02-15 19:44:26 -06:00
parent 8d0088ef13
commit 0a70c974ec
6 changed files with 19 additions and 19 deletions

View File

@ -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):