Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-15 | move 'main' into cloudinit/cmd/ for easier testing | Scott Moser | |
This moves bin/cloud-init's content into cloudinit/cmd/main.py, and then fixes the pep8/flake8 issues with that. The end result is easier testing of main. | |||
2016-06-15 | Silence pep8 warnings due to patcher activation | Joshua Harlow | |
2016-06-14 | Don't continue running with no action | Joshua Harlow | |
2016-06-14 | Retain the prior attribute missing handling | Joshua Harlow | |
2016-06-14 | Make the bin/cloud-init an actual console entrypoint | Joshua Harlow | |
This allows for the test_cli test to be more sane. |