RETIRED, Cross-platform instance initialization
Go to file
harlowja 4d1d7a9bb5 Helpful cleanups.
1. Remove the usage of the path.join function
   now that all code should be going through
   the util file methods (and they can be
   mocked out as needed).
2. Adjust all occurences of the above join
   function to either not use it or replace
   it with the standard os.path.join (which
   can also be mocked out as needed)
3. Fix pylint from complaining about the
   tests folder 'helpers.py' not being found
4. Add a pylintrc file that is used instead
   of the options hidden in the 'run_pylint' 
   tool.
2012-10-27 19:25:48 -07:00
bin if a logged message fails, fallback to logging to stdout 2012-09-19 21:19:43 -04:00
cloudinit Helpful cleanups. 2012-10-27 19:25:48 -07:00
config tweak default ubuntu user 2012-10-23 06:35:58 -04:00
doc move default user info out of code and into config 2012-10-23 12:13:41 +02:00
packages Make the subrelease a new k/v entry that is handled 2012-10-08 16:33:43 -07:00
systemd systemd: disable timeouts so cloud-config jobs have time to finish 2012-08-03 14:40:42 -07:00
sysvinit For the cloud-init rc.d ensure that the 2012-10-04 15:14:47 -07:00
templates rework package mirror selection 2012-08-22 00:28:29 -04:00
tests Helpful cleanups. 2012-10-27 19:25:48 -07:00
tools Helpful cleanups. 2012-10-27 19:25:48 -07:00
upstart remove trailing whitespace 2012-09-13 20:07:18 -04:00
ChangeLog multipart or cloud-config-archive, do not fail on unknown headers 2012-10-23 15:56:29 +02:00
LICENSE add LICENSE file 2011-09-21 15:08:17 -04:00
Makefile Helpful cleanups. 2012-10-27 19:25:48 -07:00
Requires Revert back to using cheetah + adjust resultant code + templates 2012-07-09 16:41:45 -04:00
TODO Add a comment/todo for the future, that instead of having distro 2012-07-09 20:32:50 -07:00
pylintrc Helpful cleanups. 2012-10-27 19:25:48 -07:00
setup.py pylint: setup.py 2012-08-09 13:06:04 -04:00