summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_rightscale_userdata.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-25make rightscale config default to once-per-instance, not once-everScott Moser
2011-01-25add support for reading rightscale style userdataScott Moser
LP: #668400