diff options
author | Joshua Harlow <harlowja@gmail.com> | 2013-07-23 11:57:25 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-23 11:57:25 -0400 |
commit | a8d2b2f8d7b9315d729873b15ed8dedb9c1b069f (patch) | |
tree | ca67cdb7f131382746353fae8eebfb2e00b50f5b /ChangeLog | |
parent | d66973bc6850b18b7ad69341e5b626919d8606f5 (diff) | |
parent | d655d019fb0a45389d87db39b0ef5001e27e2616 (diff) | |
download | vyos-cloud-init-a8d2b2f8d7b9315d729873b15ed8dedb9c1b069f.tar.gz vyos-cloud-init-a8d2b2f8d7b9315d729873b15ed8dedb9c1b069f.zip |
finalize handlers even when another handler fails.
Instead of previously initializing and not finalizing the handles that
completed successfully when a handler initializing or running failed we
should attempt to always give said handlers a chance to finalize (even
when another handler fails).
LP: #1203368
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ - add a trailing carriage return to chpasswd input, which reportedly caused a problem on rhel5 if missing. - support individual MIME segments to be gzip compressed (LP: #1203203) + - always finalize handlers even if processing failed (LP: #1203368) 0.7.2: - add a debian watch file - add 'sudo' entry to ubuntu's default user (LP: #1080717) |