summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-04-09 11:54:01 -0400
committerScott Moser <smoser@ubuntu.com>2015-04-09 11:54:01 -0400
commitf4789639af50ea631cf75af526ad013b05670caa (patch)
treea260c0bf1a988ee94418d5f7587c9c660aa3c9ea /ChangeLog
parent8165000c3975db07cb5b8b29410635dd6c9345bd (diff)
downloadvyos-cloud-init-f4789639af50ea631cf75af526ad013b05670caa.tar.gz
vyos-cloud-init-f4789639af50ea631cf75af526ad013b05670caa.zip
systemd: use network-online instead of network.target (LP: #1440180)
don't declare a Wants/Requires on network.target; this is a passive target that should only be pulled in by implementors of the networking service. The requirement for network needs to be expressed as a dependency on network-online.target. LP: #1440180
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6651b8eb..ff525337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,8 @@
- SmartOS: use v2 metadata service (LP: #1436417) [Daniel Watkins]
- NoCloud: fix local datasource claiming found without explicit dsmode
- Snappy: add support for installing snappy packages and configuring.
+ - systemd: use network-online instead of network.target (LP: #1440180)
+ [Steve Langasek]
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)