cloud-init/cloudinit
Joshua Harlow 2d96020385 1. Move the welcome message template string to a constant at the top of the module
2. Fix the usage of multi_log to log to only one of the places (for now)
3. Update comment about multi-log and why write_file isn't used in this case
2012-07-02 10:56:22 -07:00
..
config 1. Move the welcome message template string to a constant at the top of the module 2012-07-02 10:56:22 -07:00
distros Include the helpers import. 2012-06-29 20:38:19 -07:00
handlers Ensure that only when incoming frequency is per-instance that this runs. 2012-06-29 11:41:43 -07:00
sources Fix a bunch of == None cases 2012-06-23 15:06:26 -07:00
__init__.py remove warning message to console on empty user-data 2012-06-28 13:10:56 -04:00
cloud.py 1. Renames for debug message from 'transform' to 'module' 2012-06-21 09:12:16 -07:00
helpers.py Don't show the args but show the name and lock that is being used. 2012-06-29 13:20:09 -07:00
importer.py 1. Add an importer function that will search for a given module in a set of search module 'prefixes' 2012-06-20 23:40:00 -07:00
log.py Massive pylint + pep8 fixups! 2012-06-20 17:13:55 -07:00
netinfo.py Readd the original prefix to the netinfo (if provided). 2012-06-29 12:28:44 -07:00
settings.py Remove suppport for ec2-config 2012-06-22 12:35:51 -07:00
ssh_util.py Don't remove the key if its not there (or was already removed) 2012-06-29 13:46:19 -07:00
stages.py Always read fro the cloud config location + conf.d locations 2012-07-01 12:11:21 -07:00
templater.py Allow file rendering to pass in a file permission when writing. 2012-06-16 08:57:05 -07:00
url_helper.py 1. Move all info() logging methods to debug() 2012-06-21 08:38:12 -07:00
user_data.py 1. Adjust the logging of phone home module when its not enabled 2012-06-22 22:04:37 -07:00
util.py 1. Move the welcome message template string to a constant at the top of the module 2012-07-02 10:56:22 -07:00
version.py Added a python file which can be used internally to determine the version of cloud init that is running for internal messaging, if desired 2012-06-15 17:39:42 -07:00