Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-28 | increase cloud-init-nonet timeout to 130 seconds from 70 | Scott Moser | |
LP: #861866 | |||
2011-09-21 | cloud-init-nonet.conf: redirect 'start networking' output to /dev/null | Scott Moser | |
2011-09-01 | cloud-init-nonet.conf: just allow for the possibility that /var/run != /run | Scott Moser | |
This should not happen any time in the near future, but /var/run is actually legacy, so accept that it might not be there. | |||
2011-09-01 | upstart/cloud-init-nonet.conf: update comment/description | Scott Moser | |
2011-08-31 | cloud-init-nonet.conf: wait for all network interfaces to be up | Scott Moser | |
This continues the change in this file that intended to wait for all networking to be up. The logic that was there would cause it to start cloud-init immediately if a single non-lo interface was up. This will basically just check if 'static-network-up' has occurred during this boot. There could be an issue if /var/run was populated from a previous boot, but since its really expected to be a tmpfs, can't have anything in it. | |||
2011-08-01 | avoid a race condition if there were multiple networking devices | Scott Moser | |
LP: #810044 | |||
2011-06-28 | fix cloud-init in ubuntu lxc containers (LP: #800824) [Clint Byrum] | Scott Moser | |
LP: #800824 | |||
2011-02-18 | in nonet wait, print how long wait will be. | Scott Moser | |
2011-02-18 | cloud-init-nonet.conf: redirect grep to /dev/null, so it doesn't go | Scott Moser | |
to console on missing file | |||
2011-02-18 | improve startup if no eth0 is available (LP: #714807) | Scott Moser | |
LP: #714807 |