summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOVF.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-429/+0
* fix some errors reported by pylintScott Moser2016-06-151-5/+5
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-9/+16
* Added a comment about /var/run/vmware-imc directory.Sankar Tanguturi2016-03-291-0/+4
* Fixed few other misc issues.Sankar Tanguturi2016-03-221-4/+4
* Misc fixes for VMware Support.Sankar Tanguturi2016-03-201-8/+10
* - Added the code to customize timezone.Sankar Tanguturi2016-03-151-0/+3
* - Fixed few pep8 and flake8 issues.Sankar Tanguturi2016-03-111-12/+9
* - Executed 'bzr merge' and resolved all the conflicts.Sankar Tanguturi2016-03-111-11/+10
|\
| * merge with trunkScott Moser2016-03-041-12/+12
| |\
| | * Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-15/+21
| | |\
| | | * Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper2016-03-031-13/+19
| | | |\ | | |/ /
| | | * Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-2/+2
| | * | run pyflakes in more places, fix falloutScott Moser2016-03-031-1/+2
* | | | - Fixed few issues with return values form util.subp()Sankar Tanguturi2016-03-091-2/+9
* | | | - Ignored return code 1 for 'pkill' command in config_nic.pySankar Tanguturi2016-03-081-5/+35
|/ / /
* | | Resolved all the pep8 errors.Sankar Tanguturi2016-03-031-10/+15
* | | Added a kill switch for customization on VMware platform.Sankar Tanguturi2016-03-011-11/+16
|/ /
* | - Removed dmi_data function.Sankar Tanguturi2016-02-181-16/+4
* | - Used proper 4 space indentations for config_nic.py and nic.pySankar Tanguturi2016-02-161-25/+9
* | - Added the code to configure the NICs.Sankar Tanguturi2016-02-091-3/+104
|/
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-3/+3
* support 'mtype' as a list, and fix up freebsd mount typesScott Moser2014-09-221-2/+1
* fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner2014-08-261-2/+2
* DataSourceOVF: small fix for iso9660 transportScott Moser2013-06-071-1/+6
* Make conf.d and the default merging use the new merging algos.Joshua Harlow2013-03-061-2/+2
* Continue working on merging code.Joshua Harlow2013-03-061-1/+2
* Use only util methods for reading/loading/appending/peekingJoshua Harlow2012-09-201-3/+2
* DataSourceOVF: again fix broken commitScott Moser2012-07-121-0/+1
* fix bad variable. should be 'LOG', not 'log'Scott Moser2012-07-121-1/+1
* DataSourceOVF: do not log exception on failed mountScott Moser2012-07-121-2/+1
* Fix a bunch of == None casesharlowja2012-06-231-1/+1
* Adjust the usage of map items() to iteritems() which will help later translat...Joshua Harlow2012-06-161-1/+1
* Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow2012-06-151-5/+7
* Complete initial cleanup for refactoring/rework.Joshua Harlow2012-06-151-134/+93
* Darn it. Those shouldn't be there!Joshua Harlow2012-06-071-0/+332