Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Port of https://github.com/juju/juju/pull/5263 #5281
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1575463'] |
dooferlad
closed this
Apr 29, 2016
dooferlad
deleted the
dooferlad:master-bridge
branch
Apr 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dooferlad commentedApr 26, 2016
•
Edited 1 time
-
ericsnowcurrently
Apr 26, 2016
Fixes https://launchpad.net/bugs/1565644
IP commands are used to immediately reconfigure networking instead of relying on /etc/network/interfaces and ifup/ifdown since they can cause coudinit to hang.
Bridge script is stored in /var/tmp until it is run. Precise seemed to reboot after writing the script to /tmp and before it was run, so it wasn't there when needed.
(Original review: http://reviews.vapour.ws/r/4688/)
In addition, remove the 'quick hack' to speed up multiple bridges.
(Review request: http://reviews.vapour.ws/r/4708/)