summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2015-08-04fix pep8Scott Moser
2015-08-04merge from trunkScott Moser
2015-08-04pep8 fixesScott Moser
2015-08-04sync to 2.0 review @ patchset 4Scott Moser
2015-08-04fix all tests (were broken due to copied code call to userdata twiceScott Moser
2015-08-04fix lack of import in cloud.pyScott Moser
2015-08-02event name doesnt need mode as it is run through init-local or init-netScott Moser
2015-08-02fix tests from syncScott Moser
2015-08-02sync with 2.0 trunk on reportingScott Moser
2015-07-31plumb the rest the reporting throughScott Moser
2015-07-31adjust searching so cache hits are loggedScott Moser
2015-07-31move 'mode' out of SearchReportStackScott Moser
2015-07-31address Daniel's comments in reviewScott Moser
2015-07-31add nicer formating and messages for datasource searchingScott Moser
2015-07-31fix issues found when testingScott Moser
2015-07-30fix arg orderingScott Moser
2015-07-30tests passScott Moser
2015-07-28pull from 2.0 trunk @ a433358bbcf4e8a771b80cae34468409ed5a811dScott Moser
2015-07-28rsyslog: skip empty or None in remotes formatScott Moser
2015-07-28remove 'syslog' module (its been moved to rsyslog)Scott Moser
2015-07-28must declare proto of '@'Scott Moser
2015-07-28add trailing newline only if necessaryScott Moser
2015-07-28fix bug in remotes_to_rsyslog_cfg, add testScott Moser
2015-07-28add support for 'remotes'Scott Moser
2015-07-27fix kwargScott Moser
2015-07-27fix build with merge from trunkScott Moser
2015-07-27use 'restart' rather than 'reload' on non-systemd systemsScott Moser
2015-07-27_read_dmi_syspath: fix bad log message causing unintended exceptionScott Moser
2015-07-27merge from trunkScott Moser
2015-07-27add rsyslog testsScott Moser
2015-07-27update existing rsyslog module with better code and docScott Moser
2015-07-24commit initial re-work/re-implementation of syslog configScott Moser
2015-07-22mounts: support reliably detecting and using Azure ephemeral disksScott Moser
2015-07-22remove some overly verbose log messagesScott Moser
2015-07-22merge from trunkScott Moser
2015-07-22fixes bug: https://launchpad.net/bugs/1461242Scott Moser
2015-07-22improve log messageScott Moser
2015-07-22fixes from testingScott Moser
2015-07-22replace '2' with 'TO' in globalsScott Moser
2015-07-22pep8 line too longScott Moser
2015-07-22merge from trunkScott Moser
2015-07-22Add DataSource.region and use it in mirror selection.Daniel Watkins
2015-07-22Make full data source available to code that handles mirror selection.Daniel Watkins
2015-07-21untested suggested changeScott Moser
2015-07-21fix 'make pyflakes'Scott Moser
2015-07-21Use /dev/disk devices for Azure ephemeral disk.Daniel Watkins
2015-07-21Extend disk_setup and mounts to handle /dev/disk symlinks.Daniel Watkins
2015-07-21Refactor cc_mounts.sanitize_devname to make it easier to modify.Daniel Watkins
2015-07-20Return a sensible value for DataSourceGCE.availability_zone.Daniel Watkins
2015-07-16CloudSigma: encode/decode data before communicating over the serial channelDaniel Watkins