Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | pep8/pylint fixes | Scott Moser | |
tools/run-pep8 wasn't checking all python files. tools/run-pylint wasnt checking bin/cloud-init fixed resultant pep8 issues after finding them. | |||
2014-01-22 | Add a new line | Joshua Harlow | |
2014-01-22 | Add comments as to format with example in/out | Joshua Harlow | |
2014-01-22 | Split net-parsing into own module | Joshua Harlow | |
The ubuntu/debian networking file parsing function really is more generic than just a rhel utility function and can be used by others that want to use this functionality for there own purposes (say in writing down a freebsd network format instead) so moving this to its own module to encourage its usage outside of rhel. |