summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-16DataSourceConfigDrive: consider CD rom as valid config-drive source.Scott Moser
2013-01-14tests: Add a context manager function in test helpers.Joshua Harlow
2013-01-10Add a context manager function in test helpers.harlowja
2013-01-07Allow 'sr0' to be specified as a device for mountsVlastimil Holer
2013-01-07DataSourceCloudStack: fallback to default route if no virtual router foundGerard Dethier
2013-01-07fix 'lock_password' for cloud-config user setupScott Moser
2013-01-07fix redaction of password field in log (LP: #1096417)Joshua Harlow
2013-01-05Fix the password locking logic.Joshua Harlow
2013-01-05Make which fields are redacted come from a field array.Joshua Harlow
2013-01-03Support for sr[0-9]+ short device names.Vlastimil Holer
2012-12-19add ChangeLog entry for previous commitScott Moser
2012-12-19DataSourceCloudStack: use virtual router rather than default routeGerard Dethier
2012-12-19cloudinit/handlers/upstart_job.py: pep8 / trailing whitespaceScott Moser
2012-12-17tell upstart to reload configuration after writing an upstart jobScott Moser
2012-12-17ensure a datasource's 'distro' and sys_cfg are updatedJoshua Harlow
2012-12-15Add 'omnibus' install mode for chefScott Moser
2012-12-14Provide a mechanism for puppet to be conditionally installed.Craig Tracey
2012-12-13Provide a mechanism for puppet to be conditionally installed.Craig Tracey
2012-12-12add 'omnibus' as an install type for chef.Scott Moser
2012-12-06cloudinit/stages.py: separate _read_base_cfg() into static functionScott Moser
2012-12-04write-ssh-key-fingerprints: use logger -s rather than --stderrJoshua Harlow
2012-12-04replace if..else based on presense of /etc/redhat-release with use of -sScott Moser
2012-12-04merge from trunkScott Moser
2012-12-03ChangeLog: mention fix of lp:1079002Scott Moser
2012-12-01make sure no blank lines before cloud-init entry in ca-certificates.confScott Moser
2012-11-28Check for running inside RHEL and adjust the logging options.Joshua Harlow
2012-11-20fix "resize_root: noblock"Scott Moser
2012-11-20pep8 and pylintScott Moser
2012-11-19add 'sudo' entry for default user in default config/cloud.cfgScott Moser
2012-11-15Strings are iterable...Joshua Harlow
2012-11-15Raise a type error when a sudoers rule is not an accepted type.Joshua Harlow
2012-11-14Cleanup the tests slightly.Joshua Harlow
2012-11-14Add the string sudoers rule test case as well.Joshua Harlow
2012-11-14Add a test to make sure this doesn't happen again.Joshua Harlow
2012-11-14Fix sudoers being written multiple times when strings are used.Joshua Harlow
2012-11-14Add a check on the changelog version comparing to the code version.Joshua Harlow
2012-11-14Add a check on the changelog version comparing to the code version.Joshua Harlow
2012-11-14Bump the version to 0.7.2Joshua Harlow
2012-11-14add debian watchScott Moser
2012-11-14open 0.7.2Scott Moser
2012-11-14set shell for default ubuntu user to /bin/bashScott Moser
2012-11-13Create a utility testcase class that fixes some of the 2.6 missing piecesJoshua Harlow
2012-11-13Create a utility testcase class that fixes some of the 2.6 missing piecesJoshua Harlow
2012-11-13Only attempt to read the previous hostname file if it exists.Scott Moser
2012-11-13Update how errors are handled when writing and reading hostnames.Joshua Harlow
2012-11-13Only attempt to read the previous hostname file if it exists.Joshua Harlow
2012-11-13check for a marker file by the normal name alsoScott Moser
2012-11-13make migrator walk the "cloud" path alsoScott Moser
2012-11-13support 'power_state' cloud-config for specifying shutdownScott Moser
2012-11-13use os.devnull [trivial]Scott Moser