summaryrefslogtreecommitdiff
path: root/cloudinit/DataSourceOVF.py
AgeCommit message (Expand)Author
2012-02-15DataSourceOVF: only search for OVF data on ISO9660 filesystemsScott Moser
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17remove occurences of pylint W0621 (Redefining name xyz from outer scope)Scott Moser
2012-01-17remove duplicate importsScott Moser
2012-01-17remove some pylint line disablingsScott Moser
2012-01-17[PATCH] PEP8 coding style fixes.Scott Moser
2012-01-17[PATCH 4/4] Fix pylint conventions C0301 (line too long)Scott Moser
2012-01-17[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser
2012-01-17[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)Scott Moser
2012-01-17[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...Scott Moser
2012-01-12[PATCH 13/13] Disable bogus pylint warningsScott Moser
2012-01-12[PATCH 06/13] Fix pylint warnings W0612 (unused variable)Scott Moser
2012-01-12[PATCH 04/13] Fix pylint warnings W0611 (unused import)Scott Moser
2012-01-12[PATCH 03/13] Fix pylint warnings W0301 (unnecessary semicolon)Scott Moser
2011-09-23DataSourceOVF: specify timeout=None in read_seeded callScott Moser
2011-09-01DataSourceOVF: change the default instance id from nocloud to iid-dsovfScott Moser
2011-09-01DataSourceOVF do not provide a default static hostnameScott Moser
2011-02-18fix bug if ovf had empty seedfromScott Moser
2011-02-04fix logging in DataSource modulesScott Moser
2011-02-04First try to read from cdrom device before mountingScott Moser
2011-01-31replace DataSource's self.logScott Moser
2011-01-26rework of DataSource loading.Scott Moser
2011-01-26import fixes for DataSourceOVFScott Moser
2011-01-25add get_public_ssh_keys and get_hostname methods to DataSourceOVF.pyScott Moser
2011-01-25add mostly untested but possibly functional DataSourceOVF codeScott Moser
2011-01-25add a stubbed OVF Transport implementation for vmware-guestdScott Moser
2011-01-25add initial ovf data source classScott Moser
2011-01-06initial import of work-in-progress OVF codeScott Moser