Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use random seed for lxd ips #7061
Conversation
perrito666
added some commits
Feb 23, 2017
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 8f029f4
into
juju:2.1
Mar 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
perrito666 commentedMar 2, 2017
Description of change
The method that chooses LXD IPs was using an unseeded random which produces deterministic results.
A time based seed was added.
QA steps
Bootstrap a couple of times and ipv4 subnets for containers should differ.