summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceConfigDrive.py
AgeCommit message (Expand)Author
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-09-22merge from trunkScott Moser
2014-09-10Openstack: Vendor data cleanupScott Moser
2014-09-10drop version= from readersScott Moser
2014-09-10make BaseReader select latest supported versionScott Moser
2014-09-10Only use vendordata under cloud-init key for ConfigDriveJay Faulkner
2014-09-08Update read_config_drive to use OS_VERSIONS tuple for readersJay Faulkner
2014-08-26Refactor vendor_data handlingJay Faulkner
2014-08-26Add failback for older Openstack configdrive versionsJay Faulkner
2014-08-26Upgrade configdrive versionJay Faulkner
2014-08-18fix: Updated some syntax to be pep8 compliantJoseph Bajin
2014-08-18new: Added FreeBSD support to ConfigDriveJoseph Bajin
2014-02-24ConfigDrive: trim trailing newlines in previous-instance-idScott Moser
2014-02-24Ensure we strip the previous_iid file contentsJoshua Harlow
2014-02-08Capture IOError and use LOG betterJoshua Harlow
2014-02-07Remerged with trunkJoshua Harlow
2014-02-01Add a openstack specific datasourceJoshua Harlow
2014-01-09Allow a Config Drive source on a partition, if the label matches.Paul Querna
2013-09-03Review adjustments.Joshua Harlow
2013-09-02Ensure data is initialized to a dict if its empty/noneJoshua Harlow
2013-09-02Add config drive support for random_seedJoshua Harlow
2013-06-04support optical drives with dev node /dev/sr1Greg Padgett
2013-03-26compatibility fixes for Fedora and RHELGreg Padgett
2013-03-07merge from trunkScott Moser
2013-03-06Make conf.d and the default merging use the new merging algos.Joshua Harlow
2013-03-06Continue working on merging code.Joshua Harlow
2013-01-16DataSourceConfigDrive: consider CD rom as valid config-drive source.Scott Moser
2012-11-12config-drive-v2: support public keysScott Moser
2012-11-12REVERT revno 714: config-drive-v2: populate metadata['public-keys'] from 'pub...Scott Moser
2012-11-11config-drive-v2: populate metadata['public-keys'] from 'public_keys'Scott Moser
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-10-05Add checks around the device names that are foundJoshua Harlow
2012-10-05Add tests to show that the assigned bug is fixed.Joshua Harlow
2012-10-05Ensure that config drive datasource attempts toJoshua Harlow
2012-10-04Ensure that for config drive thatJoshua Harlow
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
2012-08-24use openstack metadata version 2012-08-10 unless not availableScott Moser
2012-08-24use instance-id, not previous-instance-id.Scott Moser
2012-08-24use 'uuid' as 'instance-id'Scott Moser
2012-08-24committing in preparation for actual testScott Moser
2012-08-23some more tests.Scott Moser
2012-08-23fix pep8 and pylintScott Moser
2012-08-23initial functional unit testScott Moser
2012-08-22fix pep8 complaints.Scott Moser
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-18Fixed the constructor paramsJoshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Update applying network esttings to use the distro function to handle this, u...Joshua Harlow