summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceAltCloud.py
AgeCommit message (Expand)Author
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-06-08Move subp into its own module. (#416)Scott Moser
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-05-29pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser
2018-04-26net: detect unstable network names and trigger a settle if neededRyan Harper
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-09-25AltCloud: Trust PATH for udevadm and modprobe.Scott Moser
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-24test: add running of pylintJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-10pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-08-12DigitalOcean: use the v1.json endpointBen Howard
2016-06-15fix usage of OSError.message that will not work in python3Scott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2015-10-20Remove --quiet option from udevadm in AltCloudDarren Worrall
2015-01-26Trunk merged and ported.Barry Warsaw
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-14Drop reliance on dmidecode executable.Ben Howard
2014-02-27AltCloud: do not run dmidecode on arm32/arm64 because it leads to kvm crashOleg Strikov
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-03-06Continue working on merging code.Joshua Harlow
2012-11-10whitespace / indentation cleanupsScott Moser
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
2012-08-10Address review feedback for:Joe VLcek
2012-08-08Address review feedback for:Joe VLcek
2012-07-23pep8, pylint... AltCloud source changesJoe VLcek
2012-07-20Add retry logic to DataSourceAltCloudJoe VLcek
2012-07-17Added RHEVm and vSphere support as source AltCloudJoe VLcek