diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-08-22 23:24:08 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-08-22 23:24:08 -0400 |
commit | 5e0edd8cf0a8431d453649037da913285e28850f (patch) | |
tree | 26b915b89803f97bc63ebb98a97e3e6ff12e236d /ChangeLog | |
parent | a3373fb60aac7f3fee9ec28afebc0e55d28d5438 (diff) | |
download | vyos-cloud-init-5e0edd8cf0a8431d453649037da913285e28850f.tar.gz vyos-cloud-init-5e0edd8cf0a8431d453649037da913285e28850f.zip |
Add some network debug info printed to the console
When 'cloud-init start' (network) runs, it will print information
about the systems network info to the console. This will help in debugging
instances.
LP: #828186
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -42,7 +42,9 @@ apt-add-repository would get stdin which was attached to a terminal (/dev/console) and would thus hang when running during boot. (LP: 831505) This was done by changing all users of util.subp to have None input unless specified - + - Add some debug info to the console when cloud-init runs. + This is useful if debugging, IP and route information is printed to the console. + 0.6.1: - fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509) - improve comment strings in rsyslog file tools/21-cloudinit.conf |