forgot host id
This commit is contained in:
parent
f7461d5a28
commit
6dbe2b5c86
@ -49,7 +49,7 @@ class MockHub(VirtualizationInterface):
|
||||
id=id,
|
||||
size=size,
|
||||
os=os,
|
||||
host=host_id,
|
||||
host=current_app.config["SPOKE_HOST_ID"],
|
||||
network_name=self.default_network,
|
||||
public_ipv4=self.default_ipv4,
|
||||
ssh_authorized_keys=list(map(lambda x: x["name"], ssh_authorized_keys)),
|
||||
|
Loading…
Reference in New Issue
Block a user