diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | TODO | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..bb9a30cc --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +0.5.16: + - change permissions of /var/log/cloud-init.log to accomodate + syslog writing to it (LP: #704509) @@ -0,0 +1,16 @@ +- consider 'failsafe' DataSource + If all others fail, setting a default that + - sets the user password, writing it to console + - logs to console that this happened +- consider 'previous' DataSource + If no other data source is found, fall back to the 'previous' one + keep a indication of what instance id that is in /var/lib/cloud +- allow setting of user password and lock account +- move "user-scripts" upstart job to "final", possibly move its + contents to a managed script in /usr/lib/cloud +- "final" things + - messags to console + - failsafe warning + - ssh keys + - password (if set above) + - post system info home |