Last re-hard-coding for "working" joy

This commit is contained in:
3wc
2021-07-18 12:03:57 +02:00
parent 2adbb8d94c
commit 0e5dfe6bde
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ def can_claim_create(payload, host_id) -> (str, str):
# payload["network_name"] = allocated_network_name
# hard-code the network name for now until we can fix the phantom dhcp lease issues.
payload["network_name"] = 'public1'
payload["network_name"] = 'public3'
payload["public_ipv4"] = allocated_ipv4_address
return payload, ""