diff options
author | Shraddha Pandhe <shraddha.pandhe@yahoo.com> | 2013-12-12 13:38:08 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-12-12 13:38:08 -0500 |
commit | fb759abf6ba2505294a87d15bf59fd30b78303ae (patch) | |
tree | 71a12524337b9868e262b3cceb7b4a9b8102d668 /ChangeLog | |
parent | 84df36df0fbe23bf6adacd0aa531765dbda6f27a (diff) | |
parent | fd5231ae771cd3b87c26ac2b0839fb672bf0acee (diff) | |
download | vyos-cloud-init-fb759abf6ba2505294a87d15bf59fd30b78303ae.tar.gz vyos-cloud-init-fb759abf6ba2505294a87d15bf59fd30b78303ae.zip |
add 'debug' module for printing debug output.
This adds a debug module for printing debug output. It does not enable it
by default (by putting it in in cloud_config_modules or elsewhere).
Thats fine, as it is still quite useful for the user to run:
sudo cloud-init single --frequency=always --name=debug ci-debug.txt
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ 0.7.5: - open 0.7.5 - Add a debug log message around import failures + - add a 'debug' module for easily printing out some information about + datasource and cloud-init [Shraddha Pandhe] 0.7.4: - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a partitioned block device with target filesystem on ephemeral0.1. |