From 5e0edd8cf0a8431d453649037da913285e28850f Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 22 Aug 2011 23:24:08 -0400 Subject: 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 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 75a19aba..71762a9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- cgit v1.2.3