Further filthy fix for local libvirt

This commit is contained in:
3wc 2021-07-17 19:04:28 +02:00
parent 8446d11720
commit 2adbb8d94c
1 changed files with 1 additions and 1 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"] = 'public3'
payload["network_name"] = 'public1'
payload["public_ipv4"] = allocated_ipv4_address
return payload, ""