Age | Commit message (Expand) | Author |
2016-07-14 | merge from trunk | Scott Moser |
2016-07-14 | ConfigDrive: fix writing of 'injected' files and legacy networking | Scott Moser |
2016-07-14 | Fix mcollective module with python3 | Scott Moser |
2016-07-14 | fix tox flake8 | Scott Moser |
2016-07-14 | Change StringIO to BytesIO in cc_mcollective.py | Sergii Golovatiuk |
2016-07-13 | merge from trunk | Scott Moser |
2016-07-13 | merge from trunk | Scott Moser |
2016-07-13 | merge from trunk.lp1602373 | Scott Moser |
2016-07-13 | merge with trunk | Scott Moser |
2016-07-13 | pass the return back up, shorten lines some. | Scott Moser |
2016-07-13 | ConfigDrive: write 'injected' files and legacy networking | Scott Moser |
2016-07-13 | Fix SmartOS datasource usage of dict comprehensions | Joshua Harlow |
2016-07-13 | String format requires positions on python 2.6 | Joshua Harlow |
2016-07-13 | Another stray occurence of a dict comprehension being removed | Joshua Harlow |
2016-07-13 | Remove another stray dict comprehension | Joshua Harlow |
2016-07-12 | Dict comprehensions don't work in 2.6 | Joshua Harlow |
2016-06-28 | distros/debian.py: fix calling of eni renderer to not render link files | Scott Moser |
2016-06-27 | fix restoring from a datasource that did not have dsmode | Scott Moser |
2016-06-21 | user_data: fix error when user-data is not utf-8 decodable | Scott Moser |
2016-06-21 | write_files: if no permissions are given, just use default without warn. | Scott Moser |
2016-06-21 | no longer skip 'lo' elements when reading. pass 3rd test. | Scott Moser |
2016-06-21 | fix flake8 | Scott Moser |
2016-06-21 | make 2 of 3 tests pass | Scott Moser |
2016-06-21 | net: fix inet value for subnets, don't add interface attributes to alias | Scott Moser |
2016-06-21 | fix english in comment | Scott Moser |
2016-06-21 | merge with trunk | Scott Moser |
2016-06-21 | fix lost per-interface routes, use post-up to bring up interface aliases | Scott Moser |
2016-06-21 | sort attributes in sections, change 'mac_address' to 'hwaddress' | Scott Moser |
2016-06-21 | minor cleanup | Scott Moser |
2016-06-21 | make _render_iface return a list of sections rather than one section | Scott Moser |
2016-06-20 | merge with trunk. | Scott Moser |
2016-06-20 | add a header to rendered ENI file describing its content | Scott Moser |
2016-06-20 | do not render systemd.link files on debian. | Scott Moser |
2016-06-20 | leave early if no interfaces to rename | Scott Moser |
2016-06-15 | python3 OSError does not have a .message | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | DataSourceNoCloud: fix stack trace on reboot, default to dsmode=net | Scott Moser |
2016-06-15 | remove declaration of dsmode as local in DataSourceNoCloud | Scott Moser |
2016-06-15 | fix usage of OSError.message that will not work in python3 | Scott Moser |
2016-06-15 | merge from trunk | Scott Moser |
2016-06-15 | fix some errors reported by pylint | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | move 'main' into cloudinit/cmd/ for easier testing | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | fis some Datasourcenocloud issues | Scott Moser |
2016-06-15 | Fix line length issues | Joshua Harlow |
2016-06-15 | Fixup code review comments | Joshua Harlow |
2016-06-15 | Silence pep8 warnings due to patcher activation | Joshua Harlow |
2016-06-15 | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]" | Daniel Watkins |
2016-06-14 | Don't continue running with no action | Joshua Harlow |