summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-03-12 14:56:35 -0400
committerScott Moser <smoser@ubuntu.com>2012-03-12 14:56:35 -0400
commiteefca80065bf9cae734022c0665aa8ffbf3ee81e (patch)
treec6e9416c6de0b07812e53093bc6fef9688809d11 /ChangeLog
parent430f0fc7fb0b2472ced13785e3a6b5785e304e16 (diff)
parentc1a006bb9ee915c08075e9adeab245f02452ee43 (diff)
downloadvyos-cloud-init-eefca80065bf9cae734022c0665aa8ffbf3ee81e.tar.gz
vyos-cloud-init-eefca80065bf9cae734022c0665aa8ffbf3ee81e.zip
Warn in user-data processing on non-multipart, non-handled data
If user-data is supplied that is not multipart, and is unhandled, then log a warning. A warning by default will get to the console, so the user can see it even if they cannot get into the instance. If they don't see it there, it would still be available in the cloud-init log.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51db0715..ce51629e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,7 @@
- DataSourceCloudStack: add support for CloudStack datasource [Cosmin Luta]
- add option 'apt_pipelining' to address issue with S3 mirrors
(LP: #948461) [Ben Howard]
+ - warn on non-multipart, non-handled user-data [Martin Packman]
0.6.2:
- fix bug where update was not done unless update was explicitly set.
It would not be run if 'upgrade' or packages were set to be installed