Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | Readd the original prefix to the netinfo (if provided). | Joshua Harlow | |
2012-06-16 | Unused import removed | Joshua Harlow | |
2012-06-16 | For now just stick to using newline joining. | Joshua Harlow | |
2012-06-15 | Logic test on split up line length (just incase). | Joshua Harlow | |
Removed un-used pre debug info option, since this is not used in the prettytable case. | |||
2012-06-11 | Fix copy right. | Joshua Harlow | |
2012-06-11 | Use pretty table to get a parseable format out. | Joshua Harlow | |
2012-06-11 | Start of cleaning this up. | Joshua Harlow | |
2012-06-08 | Remove the main function from this, seems like it should also be in a test ↵ | Joshua Harlow | |
if needed. | |||
2012-05-22 | remove usage of subprocess.check_output | Scott Moser | |
in order to work on python 2.6, replace usage of check_output with util.subp. | |||
2012-01-30 | netinfo.py: minor pylint complaint on unused 'devname' | Scott Moser | |
2012-01-20 | in netinfo output (ci-info:), fill in empty fields with a "." | Scott Moser | |
If you were trying to parse this output with something, an empty field would be difficult to handle, as you'd have to know the expected lengths of each field. The '.' means empty, but then all fields are non-whitespace delimited by one or more whitespace. | |||
2012-01-18 | Add HP to Copyright, and Juerg Haefliger Authors. | Scott Moser | |
This copyright change reflects previous changes that Juerg made for pylint and pep8 cleanups. From: Juerg Haefliger <juerg.haefliger@hp.com> Date: Mon, 16 Jan 2012 10:45:12 +0100 | |||
2012-01-17 | [PATCH] PEP8 coding style fixes. | Scott Moser | |
From: Juerg Haefliger <juerg.haefliger@hp.com> This pulls in the named patch for LP: #914739 with a few other changes. | |||
2012-01-17 | [PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space) | Scott Moser | |
From: Juerg Haefliger <juerg.haefliger@hp.com> | |||
2012-01-12 | [PATCH 06/13] Fix pylint warnings W0612 (unused variable) | Scott Moser | |
From: Juerg Haefliger <juerg.haefliger@hp.com> | |||
2012-01-12 | [PATCH 01/13] Fix pylint warnings W0311 (bad indentation) | Scott Moser | |
From: Juerg Haefliger <juerg.haefliger@hp.com> | |||
2011-10-31 | fix bug in netinfo.debug_info if no network devices available | Scott Moser | |
LP: #883367 | |||
2011-08-22 | Add some network debug info printed to the console | Scott Moser | |
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 |