Skip to content
Snippets Groups Projects
Unverified Commit 67d6a07c authored by Varac's avatar Varac
Browse files

Pass array instead on integer to API for ssh key

parent 69618686
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ class Cluster:
hostname = self.name
droplet = greenhost_cloud.create_droplet(
name=hostname,
ssh_key_id=ssh_key_id,
ssh_key_id=[ssh_key_id],
region=DEFAULT_REGION,
size=DEFAULT_MEMORY_SIZE_MB,
disk=DEFAULT_DISK_SIZE_GB,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment