diff options
author | Scott Moser <smoser@brickies.net> | 2012-10-23 15:56:29 +0200 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2012-10-23 15:56:29 +0200 |
commit | 43d46a36bd3c626317aa13aca15f0a0c639777b5 (patch) | |
tree | 554fe5cd8393cda3cb132e62f440fde63652867b /ChangeLog | |
parent | 0421d502e903f3c3ece767be57df7c27323241a0 (diff) | |
parent | e59ce224c45191a0ecceb113c9e5b8e6d9dcdab1 (diff) | |
download | vyos-cloud-init-43d46a36bd3c626317aa13aca15f0a0c639777b5.tar.gz vyos-cloud-init-43d46a36bd3c626317aa13aca15f0a0c639777b5.zip |
multipart or cloud-config-archive, do not fail on unknown headers
LP: #1065116
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ - landscape: install landscape-client package if not installed. only take action if cloud-config is present (LP: #1066115) - cc_landscape: restart landscape after install or config (LP: #1070345) + - multipart/archive. do not fail on unknown headers in multipart + mime or cloud-archive config (LP: #1065116). 0.7.0: - add a 'exception_cb' argument to 'wait_for_url'. If provided, this method will be called back with the exception received and the message. |