summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2012-11-13support 'power_state' cloud-config for specifying shutdownScott Moser
2012-11-13use os.devnull [trivial]Scott Moser
2012-11-13Even when using boto < 2.6 force the unlazying to occurScott Moser
2012-11-13add sleep, allow errno '3' (ESRCH) on the open of /proc/pid/cmdlineScott Moser
2012-11-13Even when using boto < 2.6 force the unlazying to occurJoshua Harlow
2012-11-13clean up exit to single function callScott Moser
2012-11-13fix read of /proc/cmdlineScott Moser
2012-11-13implement power_state with tests.Scott Moser
2012-11-13pep8 and pylintScott Moser
2012-11-13rename module 'finalcmd' to power-state-changeScott Moser
2012-11-13merge from trunkScott Moser
2012-11-12Remove these lines which are not needed.Joshua Harlow
2012-11-12Pylint and pep8 cleanups.Joshua Harlow
2012-11-12Fix variable.Joshua Harlow
2012-11-12Rebased with HEAD and resolved conflicts.Joshua Harlow
2012-11-12pass execmd a list, not tuple or stringScott Moser
2012-11-12add 'finalcmd' module for running code after cloud-init-finalScott Moser
2012-11-12pylint and pep8 fixesScott Moser
2012-11-12Cleanup of /etc/hosts ordering and pep8/pylint adjustments.Joshua Harlow
2012-11-12change the "null datasource" for stages.py to NoneScott Moser
2012-11-12stages.py: fix issue that resulted in broken data source searchingScott Moser
2012-11-12config-drive-v2: support public keysScott Moser
2012-11-12pep8 and pylint fixupsScott Moser
2012-11-12REVERT revno 714: config-drive-v2: populate metadata['public-keys'] from 'pub...Scott Moser
2012-11-12add comment to get_instance_userdata reguarding empty/un-provided userdataScott Moser
2012-11-12merge from trunkScott Moser
2012-11-11config-drive-v2: populate metadata['public-keys'] from 'public_keys'Scott Moser
2012-11-10whitespace / indentation cleanupsScott Moser
2012-11-10add yum_add_repo configuration moduleScott Moser
2012-11-101 pep8 and 1 pylint fixScott Moser
2012-11-10revert unrelated whitespace changes that creeped in.Scott Moser
2012-11-10sync with trunkScott Moser
2012-11-10Add 'migrator' for handling config name changes and consistencyJoshua Harlow
2012-11-10Sudoers.d creation cleanups + tests.Joshua Harlow
2012-11-09Fix the merging of group configurationJoshua Harlow
2012-11-09Fix pep8 warnings.Joshua Harlow
2012-11-09Fix the fqdn/hostname case for rhel and ubuntuJoshua Harlow
2012-11-09Fix the none return problem.Joshua Harlow
2012-11-08Fix the case where on a redhat based systemJoshua Harlow
2012-11-08Ensure that at needed stages the local variablesJoshua Harlow
2012-11-071. Ensure that the sem_path exists andharlowja
2012-11-071. Check the name and not the full pathharlowja
2012-11-07Start adding a 'migrator' moduleJoshua Harlow
2012-11-071. Rebased with trunkJoshua Harlow
2012-11-07remove dead code from DataSourceEc2Scott Moser
2012-11-07test and path cleanups.Joshua Harlow
2012-11-07merge from trunkScott Moser
2012-11-07fix pep8 warningsScott Moser
2012-11-06Do the append after escape.Joshua Harlow
2012-11-06Use a method instead + at leastJoshua Harlow