Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser | |
Everywhere that there occurred: except Exception, e: changed to except Exception as e: | |||
2011-01-20 | add 'resize_rootfs' cloud-config option. | Scott Moser | |