summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2012-08-31- Converted user list to user dict to allow exclusion of the default userBen Howard
2012-08-28fix busted cc_ssh_import_idScott Moser
2012-08-28distros/ubuntu.py: remove unused import (pylint)Scott Moser
2012-08-27clean up a bit, fix issue with missing 'log' argument to ssh_import_idsScott Moser
2012-08-27Fixed critical bug where user and group creation was being done after SSHBen Howard
2012-08-27DataSourceEc2: require 'instance-data' as top level domainScott Moser
2012-08-24use openstack metadata version 2012-08-10 unless not availableScott Moser
2012-08-24use instance-id, not previous-instance-id.Scott Moser
2012-08-24use 'uuid' as 'instance-id'Scott Moser
2012-08-24committing in preparation for actual testScott Moser
2012-08-23some more tests.Scott Moser
2012-08-23fix pep8 and pylintScott Moser
2012-08-23initial functional unit testScott Moser
2012-08-22cc_ssh.py: add the "get user zero" logic, disable root even if no userScott Moser
2012-08-22do not attempt the useradd command if user existsScott Moser
2012-08-22pep8 fixesScott Moser
2012-08-22fix duplicate flags being passed to useraddScott Moser
2012-08-22remove now pointless __init__ in ubuntuScott Moser
2012-08-22distros: add_default_user is no longer abstractScott Moser
2012-08-22fix issues from 'make pylint'Scott Moser
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Merge with lp:cloud-initBen Howard
2012-08-22Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard
2012-08-22Fix the userdata population in DataSourceNoneScott Moser
2012-08-22add apt_reboot_if_required to reboot if requiredScott Moser
2012-08-22improve the check for "uses unknown key" in mirror templatesScott Moser
2012-08-22fix for pep8 issues and seemingly functional now.Scott Moser
2012-08-22merge from trunk for pep8 fixesScott Moser
2012-08-22fix pep8 complaints.Scott Moser
2012-08-22Fix the userdata being populated to a dict (incorrect)Joshua Harlow
2012-08-22return results from datasource.get_package_mirror_infoScott Moser
2012-08-22rework package mirror selectionScott Moser
2012-08-22fix pylint in cc_ssh_authkey_fingerprints.pyScott Moser
2012-08-21remove committed conflicts in previous mergeScott Moser
2012-08-21Implemented MP feedback.Ben Howard
2012-08-20remove duplicate printing of authorized keys to the consoleScott Moser
2012-08-20authkey_fingerprints: Fix columns headers, do not print empty linesScott Moser
2012-08-20Add the "None" datasourceScott Moser
2012-08-20Dropped hidden command; replaced with logstring. Also changed useradd command...Ben Howard
2012-08-20Added "userless" mode to cloud-init for handling the creation of theBen Howard
2012-08-20add ssh-authkey-fingerprint config module, to print fingerprints to consoleScott Moser
2012-08-20Remove the matching of the filesystem dep andJoshua Harlow
2012-08-20Fixup the columns and add a check to makeJoshua Harlow
2012-08-19Add a 'none' datasource as a last resort fallbackJoshua Harlow
2012-08-18Add support for printing out the authkey's for the default user.Joshua Harlow
2012-08-14Add RHEVm and vSphere support as datasource AltCloudScott Moser
2012-08-10Address review feedback for:Joe VLcek
2012-08-10Adjustments so that the default old event is used whenJoshua Harlow
2012-08-09Move the code that did the 'cloud-config' upstart event name emitting to Joshua Harlow
2012-08-08Address review feedback for:Joe VLcek