summaryrefslogtreecommitdiff
path: root/cloudinit
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-10150-28136/+0
* mcollective: add tests, cleanups and bug fix when no config in /etc.Scott Moser2016-07-191-34/+38
* merge from trunkScott Moser2016-07-141-29/+43
|\
| * ConfigDrive: fix writing of 'injected' files and legacy networkingScott Moser2016-07-143-14/+64
| |\
| * \ Fix mcollective module with python3Scott Moser2016-07-141-29/+43
| |\ \
| | * | fix tox flake8Scott Moser2016-07-141-1/+1
| | * | Change StringIO to BytesIO in cc_mcollective.pySergii Golovatiuk2016-07-141-29/+43
* | | | merge from trunkScott Moser2016-07-134-11/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | merge from trunkScott Moser2016-07-136-13/+14
| |\ \ \ | | |/ /
| | * | Fix SmartOS datasource usage of dict comprehensionsJoshua Harlow2016-07-131-4/+4
| | * | String format requires positions on python 2.6Joshua Harlow2016-07-131-2/+2
| | * | 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
| | |/
* | | merge from trunk.lp1602373Scott Moser2016-07-133-18/+75
|\ \ \ | |/ /
| * | pass the return back up, shorten lines some.Scott Moser2016-07-131-4/+5
| * | ConfigDrive: write 'injected' files and legacy networkingScott Moser2016-07-134-15/+64
* | | merge with trunkScott Moser2016-07-134-15/+21
|\ \ \ | | |/ | |/|
| * | 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
* | no longer skip 'lo' elements when reading. pass 3rd test.Scott Moser2016-06-211-4/+0
* | fix flake8Scott Moser2016-06-211-3/+1
* | make 2 of 3 tests passScott Moser2016-06-211-1/+1
* | net: fix inet value for subnets, don't add interface attributes to aliasScott Moser2016-06-211-6/+16
* | fix english in commentScott Moser2016-06-211-1/+1
* | merge with trunkScott Moser2016-06-213-2/+17
|\ \ | |/
| * 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
* | fix lost per-interface routes, use post-up to bring up interface aliasesScott Moser2016-06-211-1/+10
* | sort attributes in sections, change 'mac_address' to 'hwaddress'Scott Moser2016-06-211-6/+8
* | minor cleanupScott Moser2016-06-211-6/+5
* | make _render_iface return a list of sections rather than one sectionScott Moser2016-06-211-8/+11
* | merge with trunk.Scott Moser2016-06-2029-1103/+2480
|\ \ | |/
| * 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