summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOVF.py
AgeCommit message (Expand)Author
2016-03-29 Added a comment about /var/run/vmware-imc directory.Sankar Tanguturi
2016-03-22 Fixed few other misc issues.Sankar Tanguturi
2016-03-20 Misc fixes for VMware Support.Sankar Tanguturi
2016-03-15 - Added the code to customize timezone.Sankar Tanguturi
2016-03-11 - Fixed few pep8 and flake8 issues.Sankar Tanguturi
2016-03-11- Executed 'bzr merge' and resolved all the conflicts.Sankar Tanguturi
2016-03-09 - Fixed few issues with return values form util.subp()Sankar Tanguturi
2016-03-08 - Ignored return code 1 for 'pkill' command in config_nic.pySankar Tanguturi
2016-03-04merge with trunkScott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03 Resolved all the pep8 errors.Sankar Tanguturi
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2016-03-03run pyflakes in more places, fix falloutScott Moser
2016-03-01 Added a kill switch for customization on VMware platform.Sankar Tanguturi
2016-02-18 - Removed dmi_data function.Sankar Tanguturi
2016-02-16 - Used proper 4 space indentations for config_nic.py and nic.pySankar Tanguturi
2016-02-09 - Added the code to configure the NICs.Sankar Tanguturi
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-09-22support 'mtype' as a list, and fix up freebsd mount typesScott Moser
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2013-06-07DataSourceOVF: small fix for iso9660 transportScott Moser
2013-03-06Make conf.d and the default merging use the new merging algos.Joshua Harlow
2013-03-06Continue working on merging code.Joshua Harlow
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
2012-07-12DataSourceOVF: again fix broken commitScott Moser
2012-07-12fix bad variable. should be 'LOG', not 'log'Scott Moser
2012-07-12DataSourceOVF: do not log exception on failed mountScott Moser
2012-06-23Fix a bunch of == None casesharlowja
2012-06-16Adjust the usage of map items() to iteritems() which will help later translat...Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Complete initial cleanup for refactoring/rework.Joshua Harlow
2012-06-07Darn it. Those shouldn't be there!Joshua Harlow