summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-13replace 'with self.assertRaises(Exception):' with different formScott Moser
2012-11-12Remove these lines which are not needed.Joshua Harlow
2012-11-12Update the changelog with functions moved.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-12Remove dup and un-needed entries.Joshua Harlow
2012-11-12add 'finalcmd' module for running code after cloud-init-finalScott Moser
2012-11-12pylint and pep8 fixesScott Moser
2012-11-12Append changelog additions.Joshua Harlow
2012-11-12Cleanup of /etc/hosts ordering and pep8/pylint adjustments.Joshua Harlow
2012-11-12Update changelog for previous commits.Joshua Harlow
2012-11-12Update changelog for previous commits.Joshua Harlow
2012-11-12change the "null datasource" for stages.py to NoneScott Moser
2012-11-12test_handler_yum_add_repo: fix broken testScott Moser
2012-11-12stages.py: fix issue that resulted in broken data source searchingScott Moser
2012-11-12mark changelog entry for lp:1075980Scott 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-12wrap boto.utils.get_instance_metadata to ensure non-lazy loadingScott Moser
2012-11-12add ChangeLog entryScott 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-10update ChangeLogScott Moser
2012-11-10Sudoers.d creation cleanups + tests.Joshua Harlow
2012-11-09Fix the merging of group configuration.Joshua Harlow
2012-11-09Fix the merging of group configurationJoshua Harlow
2012-11-09Merge the yaml/cloud config examples checking tool.Joshua 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-08Forgot the test!Joshua Harlow
2012-11-08Fix the case where on a redhat based systemJoshua Harlow
2012-11-08Merge fix for distro config not being Joshua Harlow
2012-11-08Ensure that at needed stages the local variablesJoshua Harlow
2012-11-08Add non-zero exit code whenJoshua Harlow
2012-11-08improve zsh support in tools/Z99-cloud-locale-test.shScott Moser
2012-11-08work with zsh by using 'emulate -L sh'.Scott Moser
2012-11-08remove unused variable 'cr'. fix usage of 'value' to local 'val'Scott Moser
2012-11-08revert old zsh fix (revno 697)Scott Moser
2012-11-071. Ensure that the sem_path exists andharlowja