summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceDigitalOcean.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-110/+0
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-2/+2
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-2/+2
* move towards user-data being binaryScott Moser2015-02-251-2/+6
* Make parameter list for get_hostname method consistentJoshua Harlow2015-02-231-1/+1
|\
| * Make parameter list for get_hostname method consistentMarco Morais2015-01-221-1/+1
* | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-4/+5
|/
* tools/run-pep8: remove leading ',' fed to --ignoreScott Moser2015-01-061-5/+6
* Add Digital Ocean Datasource.Scott Moser2014-10-201-1/+0
* Explicitly import only types being comparedNeal Shrader2014-10-171-1/+1
* Correct handling of single/multiple ssh keysNeal Shrader2014-10-171-1/+5
* Use existing metadata crawler to populate datasourceNeal Shrader2014-10-161-32/+21
* Make metadata timeout/retries configurableNeal Shrader2014-10-161-2/+12
* Add DigitalOcean DataSourceNeal Shrader2014-10-161-0/+102