summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceDigitalOcean.py
AgeCommit message (Expand)Author
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2015-02-25move towards user-data being binaryScott Moser
2015-02-23Make parameter list for get_hostname method consistentJoshua Harlow
2015-01-22Make parameter list for get_hostname method consistentMarco Morais
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2015-01-06tools/run-pep8: remove leading ',' fed to --ignoreScott Moser
2014-10-20Add Digital Ocean Datasource.Scott Moser
2014-10-17Explicitly import only types being comparedNeal Shrader
2014-10-17Correct handling of single/multiple ssh keysNeal Shrader
2014-10-16Use existing metadata crawler to populate datasourceNeal Shrader
2014-10-16Make metadata timeout/retries configurableNeal Shrader
2014-10-16Add DigitalOcean DataSourceNeal Shrader