summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceDigitalOcean.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-06-17Fix the spelling of "DigitalOcean" (#924)Mark Mercado
2020-06-30networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-09-29DigitalOcean: use meta-data for network configruationBen Howard
2016-08-12DigitalOcean: use the v1.json endpointBen Howard
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
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