Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Generate MAC addresses for container #2565
Conversation
added some commits
Jun 8, 2015
voidspace
commented
Jun 15, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jun 15, 2015
jujubot
merged commit ab11052
into
juju:devices-api-maas
Jun 15, 2015
voidspace
deleted the
voidspace:generate-macs
branch
Oct 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
voidspace commentedJun 15, 2015
When addressable containers is enabled, the MAC address for templates are generated in advance. This PR also addresses a test issue in lxc-broker_test.go (asserts in the fake API were causing a data race and early test termination). The NetworkInfo member of the return value from lxcbroker.StartInstance is also populated (to ensure the network details are populated in state after provisioning).
(Review request: http://reviews.vapour.ws/r/1935/)