summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_resizefs.py
AgeCommit message (Collapse)Author
2011-01-26change 'except' syntax to python 3 style.Scott Moser
Everywhere that there occurred: except Exception, e: changed to except Exception as e:
2011-01-20add 'resize_rootfs' cloud-config option.Scott Moser