summaryrefslogtreecommitdiff
path: root/cloudinit
Commit message (Expand)AuthorAgeFilesLines
* Another stray occurence of a dict comprehension being removedJoshua Harlow2016-07-131-2/+2
* Remove another stray dict comprehensionJoshua Harlow2016-07-131-2/+2
* Dict comprehensions don't work in 2.6Joshua Harlow2016-07-121-1/+2
* distros/debian.py: fix calling of eni renderer to not render link filesScott Moser2016-06-281-2/+1
* fix restoring from a datasource that did not have dsmodeScott Moser2016-06-271-1/+2
* user_data: fix error when user-data is not utf-8 decodableScott Moser2016-06-211-12/+16
* write_files: if no permissions are given, just use default without warn.Scott Moser2016-06-211-0/+2
* add a header to rendered ENI file describing its contentScott Moser2016-06-202-1/+11
* do not render systemd.link files on debian.Scott Moser2016-06-201-1/+1
* leave early if no interfaces to renameScott Moser2016-06-201-0/+5
* python3 OSError does not have a .messageScott Moser2016-06-151-1/+1
* merge with trunkScott Moser2016-06-1514-34/+737
|\
| * DataSourceNoCloud: fix stack trace on reboot, default to dsmode=netScott Moser2016-06-151-11/+8
| |\
| | * remove declaration of dsmode as local in DataSourceNoCloudScott Moser2016-06-151-1/+0
| | * merge from trunkScott Moser2016-06-157-16/+17
| | |\
| | * \ merge with trunkScott Moser2016-06-152-1/+1
| | |\ \
| | * \ \ merge with trunkScott Moser2016-06-154-3/+709
| | |\ \ \
| | * | | | fis some Datasourcenocloud issuesScott Moser2016-06-151-10/+8
| * | | | | fix usage of OSError.message that will not work in python3Scott Moser2016-06-151-2/+1
| | |_|_|/ | |/| | |
| * | | | fix some errors reported by pylintScott Moser2016-06-157-16/+17
| | |_|/ | |/| |
| * | | move 'main' into cloudinit/cmd/ for easier testingScott Moser2016-06-152-0/+706
| |\ \ \ | | | |/ | | |/|
| | * | Silence pep8 warnings due to patcher activationJoshua Harlow2016-06-151-1/+1
| | * | Don't continue running with no actionJoshua Harlow2016-06-141-5/+5
| | * | Retain the prior attribute missing handlingJoshua Harlow2016-06-141-1/+4
| | * | Make the bin/cloud-init an actual console entrypointJoshua Harlow2016-06-142-0/+703
| * | | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"Daniel Watkins2016-06-151-1/+1
| |/ /
| * | fix pep8 failure introduced in recent commit.Scott Moser2016-06-141-2/+2
| * | [Revert] Remove trailing dot from GCE metadata URLScott Moser2016-06-141-1/+1
| |/
| * Removes trailing dot in metadata.google.internal GCE metadata lookup.Phil Roche2016-06-131-1/+1
| * Fix the broken import and 'parse_net_config_data' function usageJoshua Harlow2016-06-101-2/+2
* | Fix line length issuesJoshua Harlow2016-06-152-19/+8
* | Fixup code review commentsJoshua Harlow2016-06-156-120/+104
* | Make the os samples easier to extend (for new samples)Joshua Harlow2016-06-141-0/+1
* | Refactor some of sysconfig changes -> network_state moduleJoshua Harlow2016-06-133-64/+87
* | Add a bunch more sample tests for sysconfigJoshua Harlow2016-06-101-5/+15
* | Add a sysconfig rendering testJoshua Harlow2016-06-101-4/+5
* | Ensure renderer is used in rhelJoshua Harlow2016-06-101-0/+8
* | Add a sysconfig rendererJoshua Harlow2016-06-101-0/+476
|/
* Refactor a large part of the networking code.Joshua Harlow2016-06-1013-972/+1037
|\
| * Just mock 'on_first_boot' vs special argumentJoshua Harlow2016-06-101-3/+2
| * For now just remove compat.py moduleJoshua Harlow2016-06-073-56/+9
| * Get cmdline working againJoshua Harlow2016-06-061-2/+1
| * Rebase against masterJoshua Harlow2016-06-0621-543/+1053
| |\
| * | Fix up some of the net usage and restore imports and add a mini compat moduleJoshua Harlow2016-05-245-30/+79
| * | Fix load -> readJoshua Harlow2016-05-241-1/+1
| * | Fix up tests and flake8 warningsJoshua Harlow2016-05-194-11/+10
| * | Remerge against head/masterJoshua Harlow2016-05-1913-875/+990
| |\ \
| | * | Adjust net module to be more isolatedJoshua Harlow2016-05-196-84/+125
| | * | Don't expose anything but 'render_network_state'Joshua Harlow2016-05-171-9/+9
| | * | Use a fake serial module that will allow tests to contineJoshua Harlow2016-05-113-4/+53