diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-03-03 16:53:39 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-03-03 16:53:39 -0500 |
commit | 3fa4022be5a88c93ad7f8c864b4f0962e22c1ecd (patch) | |
tree | 44a566e543343a6fe4f3a1f7c513bc2011effa82 /ChangeLog | |
parent | 2b35f6b814b7f30ceea1e8a58c928f2818bb2729 (diff) | |
parent | f33583bae55dbf071cce88c4e85b289c93e970c8 (diff) | |
download | vyos-cloud-init-3fa4022be5a88c93ad7f8c864b4f0962e22c1ecd.tar.gz vyos-cloud-init-3fa4022be5a88c93ad7f8c864b4f0962e22c1ecd.zip |
write status to /run/cloud-init/ for external consumption
This populates and maintains status.json and result.json with
json formated data about cloud-init's errors and datasource.
It is intended to be consumed by other programs that want to
wait until cloud-init is done, or know its success.
LP: #1284439
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ (LP: #1243287, #1285686) [Oleg Strikov] - Allow running a command to seed random, default is 'pollinate -q' (LP: #1286316) [Dustin Kirkland] + - Write status to /run/cloud-init/status.json for consumption by + other programs (LP: #1284439) 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |