Further filthy fix for local libvirt
This commit is contained in:
parent
8446d11720
commit
2adbb8d94c
@ -163,7 +163,7 @@ def can_claim_create(payload, host_id) -> (str, str):
|
|||||||
# payload["network_name"] = allocated_network_name
|
# payload["network_name"] = allocated_network_name
|
||||||
# hard-code the network name for now until we can fix the phantom dhcp lease issues.
|
# 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
|
payload["public_ipv4"] = allocated_ipv4_address
|
||||||
|
|
||||||
return payload, ""
|
return payload, ""
|
||||||
|
Loading…
Reference in New Issue
Block a user