Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Wait for 'net.IsGlobalUnicast' IP address, again (bpg#100)
VM can get IPv6 link-local address faster than a DHCP server response, that results in 'ipv4_addresses' output being an empty list. It is then impossible to provision the VM using 'connection.host' field derived from 'self.ipv4_addresses'. Once again change waiting for IP address to wait for better address than IPv4 link-local addresses and IPv6 link-local addresses. Should not break bpg#182, because it requires only one GlobalUnicast address per VM.
- Loading branch information