Age | Commit message (Expand) | Author |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-12 | Add Netbsd support (#62) | Gonéri Le Bouder |
2019-11-04 | configdrive: fix subplatform config-drive for /config-drive source | David Kindred |
2019-10-17 | fix some more typos in comments | Dominic Schlegel |
2019-04-18 | mount_cb: do not pass sync and rw options to mount | Gonéri Le Bouder |
2018-10-09 | instance-data: Add standard keys platform and subplatform. Refactor ec2. | Chad Smith |
2018-09-20 | Remove dead-code _write_network distro implementations. | Scott Moser |
2018-05-23 | openstack: Allow discovery in init-local using dhclient in a sandbox. | Chad Smith |
2018-04-30 | IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled. | Scott Moser |
2018-03-23 | IBMCloud: Initial IBM Cloud datasource. | Scott Moser |
2018-01-23 | Recognize uppercase vfat disk labels | James Penick |
2017-12-05 | Datasources: Formalize DataSource get_data and related properties. | Chad Smith |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-24 | ConfigDrive: support reading config drive data from /config-drive. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-08-12 | MAAS: add vendor-data support | Scott Moser |
2016-07-13 | ConfigDrive: write 'injected' files and legacy networking | Scott Moser |
2016-06-10 | Just mock 'on_first_boot' vs special argument | Joshua Harlow |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-03 | config drive conversion: recognize 'bridge' as a physical type, fix mtu | Scott Moser |
2016-06-02 | ConfigDrive: do not use 'id' on a link for the device name | Scott Moser |
2016-06-02 | re-add the 'Net' classes for datasources | Scott Moser |
2016-05-26 | config drive: log where network config came from | Scott Moser |
2016-05-25 | commit to push for fear of loss. | Scott Moser |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow |
2016-05-05 | Work on refactoring (and adding) network conversion tests | Joshua Harlow |
2016-04-29 | Config Drive: fix check_instance_id signature. | Scott Moser |
2016-03-24 | pyflakes | Scott Moser |
2016-03-24 | fix review comments | Ryan Harper |
2016-03-23 | network_data: add link type 'phys', no need to reload json data | Ryan Harper |
2016-03-23 | fix openstack versions s/KILO/LIBERY drop networkdata read helper | Ryan Harper |
2016-03-23 | configdata: parse and convert openstack network_data json to network_config | Ryan Harper |
2016-03-21 | add check_instance_id to ConfigDrive | Scott Moser |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser |
2014-09-22 | merge from trunk | Scott Moser |
2014-09-10 | Openstack: Vendor data cleanup | Scott Moser |
2014-09-10 | drop version= from readers | Scott Moser |
2014-09-10 | make BaseReader select latest supported version | Scott Moser |
2014-09-10 | Only use vendordata under cloud-init key for ConfigDrive | Jay Faulkner |
2014-09-08 | Update read_config_drive to use OS_VERSIONS tuple for readers | Jay Faulkner |
2014-08-26 | Refactor vendor_data handling | Jay Faulkner |
2014-08-26 | Add failback for older Openstack configdrive versions | Jay Faulkner |
2014-08-26 | Upgrade configdrive version | Jay Faulkner |
2014-08-18 | fix: Updated some syntax to be pep8 compliant | Joseph Bajin |
2014-08-18 | new: Added FreeBSD support to ConfigDrive | Joseph Bajin |
2014-02-24 | ConfigDrive: trim trailing newlines in previous-instance-id | Scott Moser |
2014-02-24 | Ensure we strip the previous_iid file contents | Joshua Harlow |
2014-02-08 | Capture IOError and use LOG better | Joshua Harlow |