Merge lp:~smoser/cloud-init/trunk.net-cleanups into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Scott Moser
on 2016-03-29
| Status: | Merged |
|---|---|
| Merged at revision: | 1191 |
| Proposed branch: | lp:~smoser/cloud-init/trunk.net-cleanups |
| Merge into: | lp:~cloud-init-dev/cloud-init/trunk |
| Diff against target: |
44 lines (+10/-2) 3 files modified
bin/cloud-init (+1/-0) cloudinit/distros/debian.py (+2/-1) cloudinit/stages.py (+7/-1) |
| To merge this branch: | bzr merge lp:~smoser/cloud-init/trunk.net-cleanups |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ryan Harper | 2016-03-29 | Approve on 2016-03-29 | |
|
Review via email:
|
|||
Commit Message
apply_network_
3 things here:
a.) do not raise exception, only warn when trying to apply a network
config for a distro that does not have an implementation.
This is important since debian/ubuntu is the only one *with* an
implementation at the moment
b.) apply network config in 'cloud-init --local' even if there is
no datasource found. This means that the fallback datasource has
to get things right.
c.) do not write 70-persistent-
the code was writing both 70-persistent-
/etc/
that would just be confusing.
To post a comment you must log in.


LGTM