summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import version 0.6.3~bzr530-0ubuntu1ubuntu/0.6.3_bzr530-0ubuntu1Scott Moser2016-08-231-0/+10
* merge trunk at 0.6.3~bzr530Scott Moser2016-08-236-25/+268
|\
| * DataSourceNoCloud: fix local cloud sources other than from devicesScott Moser2012-02-281-1/+9
| * address change in name of lxc-is-container to running-in-containerScott Moser2012-02-282-16/+55
| * Catch exceptions from part-handlers and log the error before continuing.Scott Moser2012-02-283-8/+204
| |\
| | * Cleanups.Mike Milner2012-02-212-6/+9
| | * Lint fixes.Mike Milner2012-02-212-36/+60
| | * Add test and fix for catching exceptions.Mike Milner2012-02-212-5/+28
| | * Add tests for various frequencies.Mike Milner2012-02-211-3/+58
| | * Added tests for adding handlers.Mike Milner2012-02-212-0/+91
* | | Import version 0.6.3~bzr527-0ubuntu1ubuntu/0.6.3_bzr527-0ubuntu1Scott Moser2016-08-231-0/+9
* | | merge trunk at 0.6.3~bzr527Scott Moser2016-08-238-22/+243
|\ \ \ | |/ /
| * | ConfigDrive: better support public-keys in meta flagsScott Moser2012-02-171-5/+10
| * | more documentation on configdriveScott Moser2012-02-171-0/+45
| * | add doc for configdriveScott Moser2012-02-171-0/+73
| * | cloud-init.py: exit success if no data sources foundScott Moser2012-02-171-1/+1
| * | support reading network interface config from DataSourceNoCloudScott Moser2012-02-173-2/+95
| * | DataSourceConfigDrive: update interfaces (and ifup) only on localScott Moser2012-02-171-2/+5
| * | DataSourceConfigDrive: change 'interfaces' to 'network-interfaces'Scott Moser2012-02-171-2/+2
| * | fix pylint warningsScott Moser2012-02-172-11/+13
* | | Import version 0.6.3~bzr519-0ubuntu1ubuntu/0.6.3_bzr519-0ubuntu1Scott Moser2016-08-234-5/+23
* | | merge trunk at 0.6.3~bzr519Scott Moser2016-08-2355-915/+2375
|\ \ \ | |/ /
| * | update changelogScott Moser2012-02-161-0/+1
| * | DataSourceNoCloud: allow reading user-data and meta-data from simple filesScott Moser2012-02-162-2/+23
| * | DataSourceConfigDrive: support getting data from openstack config driveScott Moser2012-02-165-2/+306
| |\ \
| | * | DataSourceConfigDrive: generally seems functionalScott Moser2012-02-161-20/+35
| | * | initial version of DataSourceConfigDriveScott Moser2012-02-164-2/+290
| * | | incorrect name for salt minion cloud_configScott Moser2012-02-161-1/+1
| |/ /
| * | DataSourceOVF: only search for OVF data on ISO9660 filesystemsScott Moser2012-02-152-1/+2
| * | fix update-etc-hosts, 'manage_etc_hosts' is not a boolean, but a stringScott Moser2012-02-151-1/+1
| * | Support salt minions via cloud-config [Jeff Bauer] (LP: #927795)Scott Moser2012-02-154-0/+110
| |\ \
| | * | add support for salt minionsJeff Bauer2012-02-112-0/+108
| |/ /
| * | support empty lines in '#include' files (LP: #923043)Scott Moser2012-01-302-0/+3
| * | netinfo.py: minor pylint complaint on unused 'devname'Scott Moser2012-01-301-1/+1
| * | comment fix to cloud-config-chef.txt [Lorin Hochstein]Scott Moser2012-01-201-1/+1
| |\ \
| | * | Corrected comment: puppet -> chefLorin Hochstein2012-01-201-1/+1
| * | | in netinfo output (ci-info:), fill in empty fields with a "."Scott Moser2012-01-202-2/+10
| | |/ | |/|
| * | Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser2012-01-1843-0/+138
| * | add support for add/remove CA Certificates via cloud-config (LP: #915232)Scott Moser2012-01-178-6/+540
| |\ \
| | * | Add ca-certs into the main config to run just before rsyslog.Mike Milner2012-01-171-0/+1
| | * | Merge from trunk.Mike Milner2012-01-1744-257/+251
| | |\ \
| | * | | Lint fixes.Mike Milner2012-01-173-20/+28
| | * | | Add ca-certs example to docs.Mike Milner2012-01-171-0/+31
| | * | | Use delete_dir_contents from cloudinit.util.Mike Milner2012-01-172-12/+3
| | * | | Added delete_dir_contents function to cloudinit.util.Mike Milner2012-01-172-1/+85
| | * | | Convert code to use the write_file function from cloudinit.util.Mike Milner2012-01-172-37/+14
| | * | | Comment and doc cleanup.Mike Milner2012-01-172-5/+20
| | * | | Add unit tests for util.write_file.Mike Milner2012-01-172-24/+132
| | * | | Small docstring fix.Mike Milner2012-01-161-1/+2
| | * | | Added function for deleting default trusted CA certs.Mike Milner2012-01-152-21/+52