summaryrefslogtreecommitdiff
path: root/ec2init/UserDataHandler.py
AgeCommit message (Collapse)Author
2010-01-07support getting public ssh keys from ec2 metadata serviceScott Moser
2010-01-07functional state now in kvm testsScott Moser
supports user data as mime-multipart and handling types of text/x-shellscript - execute at rc.local text/cloud-config - feed to cloud config text/upstart-job - add to /etc/init as upstart job text/x-include-url - include urls as if they were in-line
2010-01-06add UserDataHandler.py, it handles includes and normalizing of userdataScott Moser